function check_for_superAdmin() { if ( is_super_admin() ) { echo 'I\'m a Super Admin !'; exit; } } add_action( 'wp_login', 'check_for_superAdmin' );.
確定! 回上一頁