I manage to get the answers from this post –> https://wordpress.org/support/topic/change-required-fields-in-registration-form?replies=3
Instead of using ’em_event_validate’
add_filter('em_event_validate','em_validate', 1, 2);
should be using ’em_booking_validate’ in the filter hook
add_filter('em_booking_validate','em_validate', 1, 2);
Related Posts:
- Proper Way to Modify Plugin
- Hide prices and checkout functionality in woocommerce
- Alter how often WordPress Auto-Updates Plugins
- How to get a variable number of posts per post type on the main loop?
- How To Determine If A Filter Is Called In A Sidebar/Widget Context?
- Difference between deactivating, uninstalling, and deleting plugins
- Filter Hook on plugin update
- Generic plugin (de)activation hook?
- Is the WordPress HTTPS Plugin Still Safe To Use? [closed]
- How to prefix `attachment` permalinks with `attachment`?
- plugin get value from admin panel page
- WordPress network: set themes and plugins for new blog
- How do I register a stylesheet inside a WordPress widget?
- How can I get a list of plugins and which blogs are using them?
- List users except current user using wp_dropdown_user? [closed]
- How WordPress autosave can save plugin fields?
- Multisite Backup Plugin [closed]
- Custom Text Under Navigation Links
- How do I know which plugin uses the most resource?
- Set a category for a page
- How to redirect a Custom Google Search to a wordpress page/template?
- WordPress plugin for affiliate referral system
- WordPress 5 upgrade: until when is it safe to keep project running in 4.x?
- force customers to add only single item to card per purchase EDD [closed]
- Write to / remove from default .htaccess file from plugin?
- How to obtain page breadcrumb based on menu structure only?
- 404 Error on Activate / Deactivate Plugin
- Weird lightbox phenomenon [closed]
- How to Use Parameters with a Do_Action Function Within PHP Tags
- Landing Page Redirect Chain | http->https->https www
- Reduce Drop down Menu Width in WordPress
- WordPress get_option and update_option returned entered on the textbox field
- issues with wp_enqueue_script in my plugin
- Need to change url paramenter of share product pintrest [closed]
- Bootstrap and Custom CSS in custom plugin are being overwritten by theme
- WordPress + JavaScipt + AJAX + MySQL: insert query for form
- How to inform the user that the save was not successful?
- php page not found for plugin options menu
- wordpress file upload with ajax when site is ajaxyfi
- Plugin to create forms using HTML [closed]
- Create a plugin from within WordPress
- Call plugin with php function
- Render content of multiple pages and their descendants
- Overriding post’s font-family
- multiple language website navigation menu suggestion
- Woocommerce Change The Price Of A Product Once Woocommerce Has Retreived It From Database
- Tools for styling code snippet in a web page
- composer not working on my plugin when i upload it to my website
- How to get theme’s info from wordpress.org/themes using api.wordpress.org?
- How do I create a custom permalink structure for a page template
- How to remove a class function from a plugin by using remove_action()?
- Visual Composer: Where do I find the source code of a custom element?
- speed up pagination for huge database
- Blurry images when loading the page first time
- Hook for altering the content of all wp mails
- I want to filter my products with attributes [closed]
- Default WordPress gallery or very lightweight alternative to it?
- Rating system for users
- How to add a button to check the emails of my domain?
- Disable plugin visibility at the plugin directory
- WordPress.com Like Button
- Error activating certain plugins
- WordPress Sitemap for MSSQL
- Method/Plugin/Hack to Start a Post with an Writing Outline?
- Widgets are not displaying in the admin panel
- how to remove share button from image overlay
- How to send SMS notification to customer after click on submit?
- Content-Security-Policy implementation with WordPress W3Total Cache plugin installed
- Stripe payment slows down booking page
- How Can I Create A Form In WordPress For Subscribers To Alert Them about new Listing posted?
- Failed GET Request From admin.php To Fetch .min.js File From Unminifed Directory
- How to write different events from different functions in my file to a log file in WordPress
- Create a form and have custom menu display based on user answers?
- How to make a plugin api route have permission?
- WordPress eMails not working
- How to Disable Right Click on wordpress Dashboard(Admin Area)
- How to wrap image tag into div for post only?
- Customize plugin templates
- Modifying meta keys in User Meta Pro using user_meta_pre_user_register not working
- Problem with conditional woocommerce custom checkout field
- User Affiliate Token Generator?
- jQuery to show icon after .hide
- Creating Custom Settings on Pages/Posts For Plugin
- Content-single.php inside my plugin
- Change wp_mail SMTP settings for each E-Mail
- WordPress Thumbnail add action if no thumbnail
- How to set the captcha at the bottom of comments textarea
- How do I get WooCommerce to recreate the home page?
- Update a WordPress website FROM Twitter or Facebook
- How to remove message output for the WP-PostRatings Plugin?
- Pass strings to plugin function [closed]
- How to display a link in the footer section
- How can I replace the built in WordPress editor?
- Place max_execution_time in plugin [closed]
- Is there a WP-Plugin to convert PNG to GIF? [closed]
- WP Members additional fields on user profile [closed]
- How do I edit a plugin’s core properly?
- How to code a wordpress page properly? Dashboard or unique Theme files or alternative?
- wp_handle_upload – specified file failed upload test
- Split Million WordPress Post’s Into Multiple Database Server