Elementor #8209人

function changeReseturl(){ jQuery(“.woocommerce-LostPassword.lost_password a”).attr(‘href’,’your-login-url’); } add_action(‘wp_footer’,’changeReseturl’);