do_action_ref_array( "requests-{$hook}", array $parameters, array $request, string $url )

Transforms a native Request hook to a WordPress actions.


Description Description

This action maps Requests internal hook to a native WordPress action.

See also See also


Top ↑

Parameters Parameters

$parameters

(array) Parameters from Requests internal hook.

$request

(array) Request data in WP_Http format.

$url

(string) URL to request.


Top ↑

Source Source

File: wp-includes/class-wp-http-requests-hooks.php

View on Trac



Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.