/
How to change the 12 characters password hint
Thanks for using Woffice! If you have any issue or question, feel free to open a ticket at https://woffice.io/support/
How to change the 12 characters password hint
Just add a filter, where you can change the text, like this:
add_filter( 'password_hint', function( $hint )
{
return __( 'MY OWN PASSWORD HINT' );
} );
This can be added to functions.php
in your child/parent theme as per your need.
, multiple selections available,
Related content
Registration
Registration
More like this
Members directory
Members directory
Read with this
How to alter the WOffice Kanban notification from the Theme Settings
How to alter the WOffice Kanban notification from the Theme Settings
More like this
Version 3.16.0 19th September 2024
Version 3.16.0 19th September 2024
More like this
I need a Customization done
I need a Customization done
More like this
New profile icon
New profile icon
More like this
If you have any issue or question, feel free to open a ticket at https://woffice.io/support/