2

I have some javascript code that I have managed to include in the footer of pages except wp-login.php page, using wp_footer action.

I have to do it using a plugin.

This action is not including javascript on wp-login.php page. I have searched for hooks for this purpose with no luck.

1 Answer 1

3

Try this hook login_footer. It must include your custom javascript in wp-login.php page.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.