wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



remove_role › WordPress Function

Seit2.0.0
Veraltetn/v
remove_role ( $role )
Parameter:
  • (string) $role Role name.
    Erforderlich: Ja
Definiert in:
Codex:

Removes a role, if it exists.



Quellcode

function remove_role( $role ) {
	wp_roles()->remove_role( $role );
}