/ Published in: PHP
Expand |
Embed | Plain Text
add_action('admin_menu','bhhidenag'); function bhhidenag() { remove_action( 'admin_notices', 'update_nag', 3 ); }
You need to login to post a comment.
add_action('admin_menu','bhhidenag'); function bhhidenag() { remove_action( 'admin_notices', 'update_nag', 3 ); }
You need to login to post a comment.