WC_Template_Loader::in_content_filter()
Are we filtering content for unsupported themes?
Метод класса: WC_Template_Loader{}
Хуков нет.
Возвращает
true|false
.
Использование
$result = WC_Template_Loader::in_content_filter();
Список изменений
С версии 3.3.2 | Введена. |
Код WC_Template_Loader::in_content_filter() WC Template Loader::in content filter WC 9.4.2
public static function in_content_filter() { return (bool) self::$in_content_filter; }