apply_filters( "llms_get_{$singular}_tax_caps", array $caps )
Customize the taxonomy capabilities for the given taxonomy.
Description Description
The dynamic portion of this hook, $singular
refers to the taxonomy’s registered name.
Parameters Parameters
- $caps
-
(array) Array of capabilities.
Source Source
Changelog Changelog
Version | Description |
---|---|
3.13.0 | Introduced. |