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.


Top ↑

Source Source

File: includes/functions/llms-functions-content.php

View on GitHub



Top ↑

Changelog Changelog

Changelog
Version Description
4.17.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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