wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



requests-{$hook} › WordPress Action Hooks

Seit4.7.0
Veraltetn/v
do_action_ref_array( "requests-{$hook}", $parameters, $this->request, $this->url )
Parameter: (3)
  • (array) $parameters Parameters from Requests internal hook.
    Erforderlich: Ja
  • (array) $request Request data in WP_Http format.
    Erforderlich: Ja
  • (string) $url URL to request.
    Erforderlich: Ja
Definiert in:
Codex:

Transforms a native Request hook to a WordPress action.

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





Quellcode

do_action_ref_array( "requests-{$hook}", $parameters, $this->request, $this->url ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores