WC_Template_Loader::in_content_filter()
Are we filtering content for unsupported themes?
Method of the class: WC_Template_Loader{}
No Hooks.
Return
true|false
.
Usage
$result = WC_Template_Loader::in_content_filter();
Changelog
Since 3.3.2 | Introduced. |
WC_Template_Loader::in_content_filter() WC Template Loader::in content filter code WC 9.4.2
public static function in_content_filter() { return (bool) self::$in_content_filter; }