woocommerce_registration_error_email_exists does not work in newer versions
-
Hook woocommerce_registration_error_email_exists works on WooCommerce version 9.3.3 but does not work in newer versions. Has anyone encountered this issue?
add_filter( ‘woocommerce_registration_error_email_exists’, function() {
return ‘some text’;
} );
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.