Summery Summery
Transforms a native Request hook to a WordPress actions.
Syntax Syntax
Description Description
This action maps Requests internal hook to a native WordPress action.
Parameters Parameters
- $parameters
-
(array) Parameters from Requests internal hook.
- $request
-
(array) Request data in WP_Http format.
- $url
-
(string) URL to request.