If you wish to deactivate the “Activate Email” feature for the waitlist plugin on your website, follow these simple steps:
Step 1: Access Template Function File
- Log in to your website’s WordPress dashboard.
- Navigate to the “Appearance” section and select “Theme Editor”.
- Locate the “functions.php” file within your active theme and click to open it.
Step 2: Insert Code Snippet
- Scroll to the end of the “functions.php” file to add the code snippet.
- Insert the following code:
add_filter( 'wlfmc_add_customer_email_verified', '__return_true' );
- This code snippet ensures that all new customers and visitors are registered as verified without requiring email activation.
Step 3: Save Changes
- After adding the code snippet, click on the “Update File” button to save the changes made to the “functions.php” file.
Step 4: Verification and Testing
- Visit your website and initiate the registration process as a new customer or visitor to ensure that the email activation feature has been deactivated successfully.
That’s it! You have successfully deactivated the “Activate Email” feature for the waitlist feature on your website. If you encounter any issues during the process or have further questions, feel free to reach out to our support for assistance.