jetpack_boost_current_url

jetpack_boost_current_url

Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.13.3.1

apply_filters('jetpack_boost_current_url') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-boost-core/src/lib/class-url.php line 60
    				$current_url = esc_url_raw( sprintf( '%s://%s%s', $scheme, $host, $path ) );
    			}
    		}
    
    		return apply_filters( 'jetpack_boost_current_url', $current_url );
    	}
    
    	/**
    	 * Remove and reorder query parameters.
    	 *
    	 * @param string $url URL.