Filters the ability category arguments before they are validated and used to instantiate the ability category.
Parameters
- mixed> $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.
} $slugstring- The slug of the ability category.
Source
$args = apply_filters( 'wp_register_ability_category_args', $args, $slug );
Changelog
| Version | Description |
|---|---|
| 6.9.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.