Participate in our upcoming live webinar to learn how you can manage your commissions with the Stripe Split Payment on 31st July at 10 pm IST. Register Now
How can we help?

How to replace default event banner placeholder image

Replace default event banner placeholder image

In order to add the default image in the banner, when someone does not submit any event banner, you can add the following code,

  1. Open your child theme,
  2. Add the code into the funtions.php file:
    add_filter( 'event_manager_default_event_banner','your_theme_slug_default_event_banner');
    function your_theme_slug_default_event_banner($image_path){
    
    	$image_path = 'YOUR IMAGE PATH HERE';
    
    	return $image_path;
    	
    }
    
  3. Save.
How To Replace Default Event Banner Placeholder Image
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