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 of capabilities.
Source Source
File: includes/class.llms.post-types.php
Changelog Changelog
| Version | Description |
|---|---|
| 3.13.0 | Introduced. |