wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



requests-{$hook} › Działania WordPress Hooks

Od4.7.0
Przestarzałyn/a
do_action_ref_array( "requests-{$hook}", $parameters, $this->request, $this->url )
Parametry: (3)
  • (array) $parameters Parameters from Requests internal hook.
    Wymagane: Tak
  • (array) $request Request data in WP_Http format.
    Wymagane: Tak
  • (string) $url URL to request.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Transforms a native Request hook to a WordPress action.

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





Źródło

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