fbpx

Add a Media Uploader Button to a Custom Metabox

There are 4 steps to follow to add a media uploader button to a custom metabox in WordPress. The quick overview is that you need to add a javascript function to the admin part of your WordPress plugin, add a button to your metabox (that includes the correct references from the javascript function), make sure…

Add Plugin to WordPress Plugin Directory

After having added three plugins to the WordPress plugin directory, I still have to look through my own documentation each time I submit a plugin. So, why not publish it here and share it with you fine people?! I tried to simplify the process as much as possible and put together the 5 steps that…

Update Plugin in WordPress Plugin Directory

Now that you have added your plugin to the WordPress directory, there are many circumstances that warrant updating your plugins in the WordPress Plugin Directory. For example, you will likely need to make updates to your plugin as WordPress updates core versions, whenever you add additional functionality, whenever you update tested up to versions, whenever…