wpsc_is_boost_active()
Check if Jetpack Boost is active.
No Hooks.
Return
null
. Nothing (null).
Usage
wpsc_is_boost_active();
wpsc_is_boost_active() wpsc is boost active code WPSCache 1.12.4
function wpsc_is_boost_active() { return class_exists( '\Automattic\Jetpack_Boost\Jetpack_Boost' ); }