Track Event Attendees with WP Event Manager   Join our upcoming webinar on April 30, 10 PM IST Join Now
How can we help?

How to Disable Social Media share links?

The following code can be implemented in the functions.php file of the child theme to hide the Social Media share links on specific events.

  1. Open your child theme,
  2. Add the following code into the functions.php file.
    add_filter( 'event_manager_event_friend_share', 'wpem_event_manager_event_friend_share' );
    function wpem_event_manager_event_friend_share()
    {
    return false;
    }
    
How To Disable Social Media Share Links?
Editorial Team

Our team constantly explores ways that technology can help us reinvent industries. We want to change the world by creating great products that transform industries. We Dream It, We Make It.

Quick Links
Close
Close