add_action('init', 'wbmz_add_extra_rollen');
function wbmz_add_extra_rollen()
{
global $wp_roles;
if ( ! isset( $wp_roles ) )
$wp_roles = new WP_Roles();
$adm = $wp_roles->get_role('editor');
$wp_roles->add_role('fysiotherapeuten', 'Fysiotherapeuten', $adm->capabilities);
}
#functions #rol #toevoegen