Sorry, this entry is only available in Dutch.
Recent Posts
Archives
Sieval Dedicated Solutions
Meppelerweg 95
8331 CV Steenwijk
Phone: +31(0)88 1267000
Fax: +31(0)88 1267001
Email: info@sieval.com
Web: www.sieval.com
function hide_update_notice_to_all_but_admin_users() { if (!current_user_can('update_core')) { remove_action( 'admin_notices', 'update_nag', 3 ); } } add_action( 'admin_head', 'hide_update_notice_to_all_but_admin_users', 1 ); ?>