w3tc_pageurls_wp_json_base

w3tc_pageurls_wp_json_base

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: w3-total-cache.2.7.0

apply_filters('w3tc_pageurls_wp_json_base') is found 1 times:

  • /Util_PageUrls.php line 815
    	}
    
    	static private 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;
    	}
    
    	static public function complement_with_mirror_urls( $queued_urls ) {
    		$config = Dispatcher::config();