With the recent release of WordPress 3.5, I’ve spent some time updating my plugins to make sure they’re update to date with the latest version. Additionally, I’ve been trying to patch any outstanding bug, issues, and minor features before introducing anything new. Comment Images generally receives more questions and comments than any of my […]
Search: “wordpress plugins” (Page 106 of 127)
We found 634 results for your search.
[…] their projects, so I’m going to do so with Remove Empty Shortcodes. Remove Empty Shortcodes As the README (and plugin description) states: Removes all empty shortcodes from WordPress standard post types. Remove Empty Shortcodes But there’s a bit more to it: This plugin removes the shortcode from what both users and search engines see. […]
I thought I’d share how I approach writing WordPress plugins using procedural programming versus object-oriented programming and how I go about organizing procedural code.
Ultimately, if you’re looking for a way to distribute a WordPress plugin that uses Composer without continuous integration, this is a way to do it.
WordPress provides all of the facilities that we need; however, we can make it easier by writing a helper function for admin notices. It’s simple, too.
