is_super_admin () | Function, Try something like the following: if ( current_user_can( 'manage_options' ) ) { /* A user with admin privileges */ } else { /* A ...
確定! 回上一頁