Try this: if( current_user_can( 'administrator' ) ){} // only if administrator if( current_user_can( 'editor' ) ){} // only if editor if( ...
確定! 回上一頁