I think I’m pretty close to cracking this nut 🙂 I’m trying to add a […]
Tag: plugin-development
Where should I put “run once” plugin pages?
Where should I put an administration page that should only be used once? I am […]
Check for success of $wpdb->update() correctly
My code is if( $wpdb->update($tableName,array(‘opt_value’=>$cInfo),array(‘opt_name’=>’showWeatherWidget’))) //show success message else // show failure message This is […]
How do you store options with a:n:{{}} syntax in wp_options?
I’m checking out how a particular plugin works and noticed that it stores its data […]
How to create a plugin that only operates on the home page?
I have a plugin that I only want to execute when the home page is […]
How do I add a custom sublevel menu specified in one directory to a custom top level menu specified in another directory?
I’m working on a plugin that constructs a top level menu and resides within its […]
Which are the hooks run before/after when a category’s deletion?
What are the actions that a plugin can hook on to for processing when the […]
Explanation of the “posts_join” and “posts_fields” filter hooks?
I’m new to the “posts_” filter hooks and wanted to know a few things from […]
What filters to call to modify the output of the entire page?
I want to write a simple plugin. For every time a page is viewed, it […]
How can I add/append content to the_content on the home page via a plugin?
As a proof of concept, I’d like to create a simple plugin that loads some […]
No More Posts Available.
No more pages to load.