WP_Super_Cache_Rest_Get_Settings::get_is_preload_enabled()protectedWPSCache 1.0

Method of the class: WP_Super_Cache_Rest_Get_Settings{}

No Hooks.

Return

true|false.

Usage

// protected - for code of main (parent) or child class
$result = $this->get_is_preload_enabled();

WP_Super_Cache_Rest_Get_Settings::get_is_preload_enabled() code WPSCache 1.11.0

protected function get_is_preload_enabled() {
	return false === defined( 'DISABLESUPERCACHEPRELOADING' );
}