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