if(!current_user_can(‘administrator’)) { add_filter(‘show_admin_bar’,'__return_false’); remove_action(‘wp_head’,'_admin_bar_bump_cb’); }
WordPress Caching: Clear An Individual WordPress Post Cache
I’ve become a bit obsessed with caching lately. Speed is an addiction I suppose. So I found another new trick today. If your writing a plugin or theme and have some front in functionality adding and updating posts, sometimes you want to make sure a cached object is cleared before the page is refreshed. But [...]
Why I’m Lovin Pyrocms
WordPress $current_user Global Changed in WordPress 3.3
WordPress has been slowly changing their global $current_user object and the changes in WordPress 3.3 broke my Simplr Registration Form Plus plugin and probably a few others. For any other developers trying to investigate why usermeta field values disappear it is because: global $current_user; This was used to return an object containing not only the [...]
Popup Domination Plugin Breaks WordPress 3.3
I’m not the first to be frustrated by the Popup Domination Plugin busting the WordPress admin after upgrading to 3.3. The reason for the break is pretty simple. The plugin uses a WordPress function that itself relies on a function that has yet to be bootstrapped at the point at which the plugin is loaded. [...]
WordPress Performance Tips
I’m becoming more and more obsessed with WordPress performance issues. Anyone running a site that is the slightest bit popular I amm sure has the same obsession. How do I get this site to load lightening quick! It is an uphill battle when using out-of-the box software and an especially steep hill using WordPress (why [...]
WordPress Hack: Turning Off BuddyPress Notifications By Default
By default BuddyPress has all sorts of email notifications turned on. This is great unless you have a big site with lots of activity and site-wide discussions. Then new users start getting pinged repeatedly on discussions they don’t want to follow or don’t even know they are apart of! So you may want BuddyPress to turn the [...]
PyroCMS, Consider Me Impressed
BuddyPress and WordPress 3.2 Upgrade Issues
Just in case anyone else had this issue. I upgraded several WordPress/BuddyPress installations to version 3.2 and found that my Dashboard menus no longer would expand and collapse as usual. The problem I discovered was some sort of conflict in the jQuery Easing plugin that ships with the BuddyPress default theme and the version of [...]
Manage BuddyPress Inactive Users

So I quickly threw together this plugin today for a project I’m working on in which I need the ability to resend individual “welcome” emails via the standard WordPress admin. It very simply adds a screen in the user admin that queries inactive users and then adds a button to each row to send the [...]
Recent Comments