jetpack_remote_request_url

jetpack_remote_request_url

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.9.7.1

apply_filters('jetpack_remote_request_url') is found 1 times:

  • /vendor/automattic/jetpack-connection/src/class-client.php line 39
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
         * @since 1.30.12
         *
         * @param string The remote request url.
         */
        $args['url'] = apply_filters( 'jetpack_remote_request_url', $args['url'] );
    }
     
    $result = self::build_signed_request( $args, $body );
    if ( is_wp_error( $result ) ) {
        return $result;
    }

See this hook used in plugins: