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



wp_register_ability_category_args › WordPress Filter Hooks

Seit6.9.0
Veraltetn/v
apply_filters( 'wp_register_ability_category_args', $args, $slug )
Parameter: (2)
  • () args { The arguments used to instantiate the ability category. @type string $label The human-readable label for the ability category. @type string $description A description of the ability category. @type array<string, mixed> $meta Optional. Additional metadata for the ability category. }
    Erforderlich: Ja
  • () slug The slug of the ability category.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the ability category arguments before they are validated and used to instantiate the ability category.





Quellcode

$args = apply_filters( 'wp_register_ability_category_args', $args, $slug );