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 );
Home » Docs » Widgets » User Registration Form » Filters/Actions for User Registration Form Widget
Filters available for User Registration Form Widget are listed below.
add_filter( 'uael_form_error_string', function( $strings ) { //Modify the strings here. return $strings; }, 10, 1 );