wpsc_is_boost_active()WPSCache 1.0

Check if Jetpack Boost is active.

Хуков нет.

Возвращает

null. Ничего (null).

Использование

wpsc_is_boost_active();

Код wpsc_is_boost_active() WPSCache 1.12.0

function wpsc_is_boost_active() {
	return class_exists( '\Automattic\Jetpack_Boost\Jetpack_Boost' );
}