|

Filters/Actions for User Registration Form Widget

Filters

Filters available for User Registration Form Widget are listed below.

HELPS MODIFY THE ERROR MESSAGES STRING

add_filter( 'uael_form_error_string', function( $strings ) {
    //Modify the strings here.
    return $strings;
}, 10, 1 );
Was this doc helpful?
What went wrong?

We don't respond to the article feedback, we use it to improve our support content.

On this page
Scroll to Top