apply_filters( 'learndash_remove_template_content_filter', boolean )
Remove the hook into the WP ‘the_content’ filter once we are in our handler. This will allow other templates to call the ‘the_content’ filter without causing recusion.
Description Description
Parameters Parameters
-
true Default true to remove the filter. Return false to not remove.
Source Source
File: includes/class-ld-cpt-instance.php
Changelog Changelog
Version | Description |
---|---|
3.1 | Introduced. |