Letzte Beiträge
Archive
Sieval Dedicated Solutions
Meppelerweg 95
8331 CV Steenwijk
Telefon: +31(0)88 1267000
Fax: +31(0)88 1267001
E-Mail: info@sieval.com
Webseite: 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 ); ?>