Creating a Widget in WordPress by Web Design London
In WordPress the Widgets are a common feature and it included in many WordPress plugins. If you give functionality in your plugin to creating a widget, you can easily give […]
In WordPress the Widgets are a common feature and it included in many WordPress plugins. If you give functionality in your plugin to creating a widget, you can easily give […]
In the Plugins shorcode mostly used and these are very easy to use to the user point of view. User can easily embed the plugin different functionality using simple […]
There are many WordPress features that help to user can interact easily one them, multiple meta boxes on the Add New Page and Post screens. The purpose of these […]
The Settings API introduced the WordPress 2.7 version, this Setting API will be using for all of the option methods you use in this section. By the API you […]
In this article you will learn how to add a submenu item to an existing menu in WordPress. In WordPress mostly plugins have only one option page so they […]
In the previous articles we have read that how to add, update, and delete metadata in WordPress, In this article you will review how to retrieve and display metadata. […]
For your plugin there are two different ways to create a custom menu in WordPress. For creating the menu the first thing you’ll decide to where is locate your […]
For all WordPress plugin every plugin has requirements a valid plugin header. Header of the plugin must be defined at the very top of your main PHP file as a […]
After developed a plugin you plan on releasing to the public your plugin, the software license also include that the plugin is released under just below your plugin header. […]
In the WordPress or any program you are developing you should to verify and filtered the user inputs and data that are coming external code. For plugin security the […]