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



user_request_action_confirmed_message › Filtr WordPress Hooks

Od4.9.6
Przestarzałyn/a
apply_filters( 'user_request_action_confirmed_message', $message, $request_id )
Parametry: (2)
  • (string) $message The message to the user.
    Wymagane: Tak
  • (int) $request_id The ID of the request being confirmed.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the message displayed to a user when they confirm a data request.





Źródło

$message = apply_filters( 'user_request_action_confirmed_message', $message, $request_id );