How to run javscript on registration wordpress page?
How to run javscript on registration wordpress page?
//change position of your script from:
add_action( 'wp_enqueue_scripts', 'forceNumber' );
//to:
add_action( 'login_enqueue_scripts', 'forceNumber' );
How to run javscript on registration wordpress page?
When you inserted code into registration page but you cant run it