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



user_request_action_description › Filtr WordPress Hooks

Od4.9.6
Przestarzałyn/a
apply_filters( 'user_request_action_description', $description, $action_name )
Parametry: (2)
  • (string) $description The default description.
    Wymagane: Tak
  • (string) $action_name The name of the request.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the user action description.





Źródło

return apply_filters( 'user_request_action_description', $description, $action_name );