|

Filters/Actions for Login Form Widget

Filters

Filters available for Login 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 );

HELPS MODIFY THE ‘REMEMBER ME’ STRING.

add_filter( 'uael_login_remember_me', function( $string ) {
    //Modify the string here.
    return $string;
} );

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
Filters/Actions for Login Form Widget - Ultimate Addons for Elementor Filters/Actions for Login Form Widget - Ultimate Addons for Elementor

Filters/Actions for Login Form Widget

Home » Docs » Widgets » Login Form » Filters/Actions for Login Form Widget

Filters

Filters available for Login 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 );

HELPS MODIFY THE ‘REMEMBER ME’ STRING.

add_filter( 'uael_login_remember_me', function( $string ) {
    //Modify the string here.
    return $string;
} );

Type:​

Category:​

Tags

Last Updated:​

1 January 1970

Share

Template Pages

How to import Starter Templates on your website?

Other Awesome Templates

Save time and launch faster with 50+ widgets and 300+ templates.

Scroll to Top