apply_filters( ‘wp_register_ability_category_args’, array<string, , string $slug )

In this article

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

VersionDescription
6.9.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.