With the recent release of WordPress 3.6 and its built-in support for audio files, I’m opting to to halt development on WP Audio Player for WordPress plugin. Here’s the thing: This has nothing to do with WordPress folding something into core that was once available via plugins and putting a plugin “out of business.” […]
Search: “wordpress plugins” (Page 68 of 127)
We found 631 results for your search.
[…] in great detail so that we aren’t “flying blind.” My goal for the course if for you guys to walk away not only better equipped to write WordPress plugins, but to have a bit of a deeper understanding of good WordPress programming principles in general, too. 3. Do I need to know JavaScript? The short […]
There have been times through out several projects where I’ve wanted to display a plugin activation message (or deactivation message). WordPress makes it relatively easy to do this using two functions: register_activation_hook deregister_activation_hook But here’s the the thing: These two functions may not work as you expect if you’re writing your plugins using object-oriented […]
Automatically remove empty shortcodes or inactive shortcodes from your WordPress content while preserving your original database entries.
You need to have custom templates with rewrite rules in your WordPress plugin. This is not a custom template in the WordPress sense and you’ll only have as many rewrite rules as you do templates.
