apply_filters( "llms_get_{$singular}_post_type_caps", array $caps )
Filter the list of post type capabilities for the given post type.
Description Description
The dynamic portion of this hook, $singular
refers to the post type’s name, for example "course" or "llms_membership".
Parameters Parameters
- $caps
-
(array) Array of capabilities.
Source Source
Changelog Changelog
Version | Description |
---|---|
3.13.0 | Introduced. |