wpsc_load_rest_api()
No Hooks.
Returns
null. Nothing (null).
Usage
wpsc_load_rest_api();
wpsc_load_rest_api() wpsc load rest api code WPSCache 3.1.1
function wpsc_load_rest_api() {
$wpsupercache_route = new WP_Super_Cache_Router();
$wpsupercache_route->register_routes();
};