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".


Top ↑

Parameters Parameters

$caps

(array) Array of capabilities.


Top ↑

Source Source

File: includes/class.llms.post-types.php

View on GitHub



Top ↑

Changelog Changelog

Changelog
Version Description
3.13.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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