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.


Top ↑

Source Source

File: includes/class-ld-cpt-instance.php


Top ↑

Changelog Changelog

Changelog
Version Description
3.1 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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