We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Fires before an HTTP GET request is made.
/** * Fires before an HTTP GET request is made. * * @param string $url */ function my_activitypub_pre_http_get_callback( string $url ) { // Your code here. } add_action( 'activitypub_pre_http_get', 'my_activitypub_pre_http_get_callback' );
string
$url
\do_action( 'activitypub_pre_http_get', $url )
← All Hooks