Skip to content

activitypub_pre_http_get

github-actions[bot] edited this page Aug 7, 2025 · 10 revisions

Fires before an HTTP GET request is made.

Auto-generated Example

add_filter(
   'activitypub_pre_http_get',
    function( string $url ) {
        // Your code here.
        return $url;
    }
);

Parameters

  • string $url The URL endpoint.

Files

\do_action( 'activitypub_pre_http_get', $url )

← All Hooks

Users

Developers

Clone this wiki locally