How to add a custom button to theme my login’s login page?
jQuery("document").ready(function(){ if(window.location.href.includes("login")) { jQuery('.tml-submit-wrap').append('Custom Button') } })
priyankmaniarOctober 9, 2020