jetpack_boost_current_url

jetpack_boost_current_url

Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.14.5

apply_filters('jetpack_boost_current_url') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-boost-core/src/lib/class-url.php line 60
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
                $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.