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