Uses
Uses | Description |
---|---|
wp-includes/class-wp-http-requests-hooks.php: requests-{$hook} | Transforms a native Request hook to a WordPress actions. |
wp-includes/Requests/Hooks.php: Requests_Hooks::dispatch() | Dispatch a message |
wp-includes/class-wp-http-curl.php: http_api_curl | Fires before the cURL request is executed. |
wp-includes/plugin.php: do_action_ref_array() | Calls the callback functions that have been added to an action hook, specifying arguments in an array. |