php global $wp_roles; // global class wp-includes/capabilities.php $wp_roles->add_cap( $role, $cap ); ?> or <?php $role = get_role( 'author' ); ...
確定! 回上一頁