blogid ); } if ( is_string( $location ) && function_exists( 'wpsc_delete_url_cache' ) ) { wpsc_delete_url_cache( $location ); } } /** * Should we early load the compatibility? * * @return bool Whether to load the compatibility or not. */ public function should_load_early() { return true; } }