apply_filters( 'llms_in_rest_restrict_content_skip_post_types', string[] $post_types )
Filters the post types that must be skipped.
Description Description
The LifterLMS post types content restriction should be handled by the LifterLMS rest-api.
Parameters Parameters
- $post_types
-
The array of post types to skip.
Source Source
File: includes/class.llms.template.loader.php
Changelog Changelog
Version | Description |
---|---|
3.41.1 | Introduced. |