Last week I had released a version of a WordPress plugin that works if the […]
Tag: plugin-development
Replacing Scripts in Admin Load_Scripts
I’m currently creating a plugin that requires me to overwrite one of the WordPress admin […]
How to show custom message once on plugin activation?
I know by watching the akismet plugin source how to show a custom message on […]
How do I determine if a category exists by ID?
I know I can get a categories ID by calling get_cat_ID(‘category-slug’), however, what is the […]
How to store a medium amount of options?
I develop a plugin that has a not too small number of settings. So far, […]
Show dialog box in TinyMCE plugin and use WordPress php functions in it
I’m adding a TinyMCE button to my plugin. So far, I’ve been able to add […]
Can I dynamically create a link to my plugin settings/options page from my plugin description?
Currently, in my plugin description, I’m hardcoding… To customize options <a href=”options-general.php?page=my-plugin-admin.php”>click here</a> Is there […]
Good tools for locating hooks in a wordpress page/admin interface/blog post?
I’ve recently started using the Hikari Hooks plugin for WordPress as it seems to allow […]
How to get all of the activate_plugin action parameters?
I am trying to hook into activate_plugin. I know that activate_plugin has 1 required param […]
$wp_filesystem returns NULL. What are the dependencies?
I need to obtain a reference to the $wp_filesystem object. In the test below, the […]
No More Posts Available.
No more pages to load.