It’s only been three months since I released my plugin BuddyPress Security Check, but it’s already been downloaded over 1000 times! And to think it started out as a simple fix to stop spammers on my own BuddyPress site…
How to check if a shortcode has been registered in WordPress
With WordPress 3.6 comes a few new methods for dealing with shortcodes – like the new has_shortcode() function and the shortcode_atts_{shortcode} filter. However, one thing you can’t do with a simple function is checking if a shortcode has already been registered or not. There might be a few reasons why you might want to do this. […]



