apply_filters( 'llms_should_filter_post_content', boolean $should_filter , callable $callback )
Filters whether or not LifterLMS content filters should be applied.
Parameters Parameters
- $should_filter
-
(boolean) Whether or not to filter the content.
- $callback
-
(callable) Callback function to be added as a callback for the filter
the_content
.
Source Source
Changelog Changelog
Version | Description |
---|---|
4.17.0 | Introduced. |