WC_Template_Loader::in_content_filter
Are we filtering content for unsupported themes?
Method of the class: WC_Template_Loader{}
No Hooks.
Returns
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 10.5.0
public static function in_content_filter() {
return (bool) self::$in_content_filter;
}