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.8.8

apply_filters('w3tc_pageurls_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
    	 *