wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren
wp_unregister_ability_category › WordPress Function
Seit6.9.0
Veraltetn/v
› wp_unregister_ability_category ( $slug )
| Parameter: |
|
| Siehe: |
|
| Gibt zurück: |
|
| Definiert in: |
|
| Codex: |
Unregisters an ability category.
Removes a previously registered ability category from the global registry. Use this to disable ability categories that are no longer needed. Can be called at any time after the ability category has been registered. Example: if ( wp_has_ability_category( 'deprecated-category' ) ) { wp_unregister_ability_category( 'deprecated-category' ); }