Filter to adjust the content of the message shown during any message handling script. Sets the value of the message shown to the user.
apply_filters( 'pmpro_set_message', string $message, string $type );
Parameters
- $message
- string; The value of the message shown to the user
- $type
- string; The type of message being shown (i.e. pmpro_error)
Source
File: https://github.com/strangerstudios/paid-memberships-pro/blob/master/includes/functions.php
View in Source Code