w3tc_pageurls_wp_json_base, $wp_json_base
w3tc_pageurls_wp_json_base, $wp_json_base
Appears in: w3-total-cache.2.10.3
Hook Type: filter
Displaying hooks found in version: w3-total-cache.2.10.3apply_filters('w3tc_pageurls_wp_json_base, $wp_json_base') is found 1 times:
- /Util_PageUrls.php line 899
* @return string */ private static function wp_json_base() { $wp_json_base = rtrim( get_home_url(), '/' ) . W3TC_WP_JSON_URI; $wp_json_base = apply_filters( 'w3tc_pageurls_wp_json_base', $wp_json_base ); return $wp_json_base; } /** * Complement with mirron URLs *