wpsc_is_boost_active()WPSCache 1.0

Check if Jetpack Boost is active.

No Hooks.

Returns

null. Nothing (null).

Usage

wpsc_is_boost_active();

wpsc_is_boost_active() code WPSCache 2.0.1

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