function hide_po_metabox() { if ( current_user_can( 'manage_options' ) ) { echo ''; } } add_action('admin_head', 'hide_po_metabox');