using UM hook
-
Hi,
I’m using this snippet to add something to the login form
add_action( ‘um_after_form’, ‘my_after_form’, 10, 1 );
function my_after_form( $args ) {
// your code here
}It works fine, however, it also adds the same to the registration form.
How could I use this hook only for the login form?
Thank you!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘using UM hook’ is closed to new replies.