Function to change a label in a core WordPress File
-
I would like to change
'label_username' => __( 'Username' )
on line 258 of wp-includes/general-template.php
to
'label_username' => __( 'Username or Email' )
Changing core files is not recommended
Any help to code a function to achieve this would really be appreciated.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Function to change a label in a core WordPress File’ is closed to new replies.