<?php //Removes the "Edit" menu for users who are not Super Admins of a multisite network if ( !is_super_admin() ) { add_action( 'admin_init', ...
確定! 回上一頁