jetpack_boost_current_url, $current_url
jetpack_boost_current_url, $current_url
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('jetpack_boost_current_url, $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.