global $current_user; get_currentuserinfo(); if ( $current_user ) { $permission = get_user_meta( $current_user->ID, 'some_meta' , true ); if ( ! empty( ...
確定! 回上一頁