woocommerce_customer_verify_email_notification, $user_id, $verify_url

woocommerce_customer_verify_email_notification, $user_id, $verify_url

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

do_action('woocommerce_customer_verify_email_notification, $user_id, $verify_url') is found 1 times:

  • /src/Internal/CustomerEmailVerification/VerificationController.php line 387

    Warning: Undefined array key 389 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 390 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 391 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 392 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    		 * @param string $verify_url The one-time verification URL to include in the email.
    		 *
    		 * @since 11.0.0
    		 */
    		do_action( 'woocommerce_customer_verify_email_notification', $user_id, $verify_url );
    	}
    }