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



user_request_action_confirmed_message › WordPress Filter Hooks

Seit4.9.6
Veraltetn/v
apply_filters( 'user_request_action_confirmed_message', $message, $request_id )
Parameter: (2)
  • (string) $message The message to the user.
    Erforderlich: Ja
  • (int) $request_id The ID of the request being confirmed.
    Erforderlich: Ja
Definiert in:
Codex:

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





Quellcode

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