Description
This filter hook filters the content of the confirmation message.
Usage
add_filter( 'wprequal_confirmation_content', 'your_custom_function', 10, 1 );
Parameters
$content string The content for the confirmation message.
Returns
$content string The filtered content for the confirmation message.
Example
Add additional text at the end of the confirmation message.