lost password form hooks
-
In the same way you have action hooks in the login form, namely:
<?php do_action( 'woocommerce_login_form_start' ); ?> <?php do_action( 'woocommerce_login_form_start' ); ?> <?php do_action( 'woocommerce_login_form_end' ); ?>
can you provide these in the lost-password form also?
This would help me with the Simple Firewall plugin and anti-brute force measures we have. Users would like this to work for the lost password forms too.
Thanks!
Paul.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘lost password form hooks’ is closed to new replies.