/ Published in: PHP
URL: http://www.wprecipes.com/how-to-disable-the-please-update-now-message-in-wp-dashboard
Remove the “Please upgrade now” message in the Wordpress Dashboard Paste the code in your functions.php
Expand |
Embed | Plain Text
if ( !current_user_can( 'edit_users' ) ) { }
You need to login to post a comment.
