WC_Template_Loader::in_content_filter()

Are we filtering content for unsupported themes?


Description Description


Return Return

(bool)


Top ↑

Source Source

File: includes/class-wc-template-loader.php

	public static function in_content_filter() {
		return (bool) self::$in_content_filter;
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.3.2 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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