add_action( 'admin_init', 'redirect_admin' ); function redirect_admin() { if ( ! current_user_can( 'manage_options' ) && defined( ...
確定! 回上一頁