Hide Additional Information Section from Single Event Page

Hide Additional Information Section from Single Event Page

Different businesses have different requirements and custom fields help them adjust single event listing fields as per their requirements. WP Event Manager offers a separate section in the single event listing page named Additional fields that display all the fields that are created additionally using the Field editor.

It is not necessary for all the users to display this section on the single event listing page and hence adding the following code would help you disable the section automatically.

In order to hide the additional information section from a single event page, add the following code in the functions.php file of the child theme.

  1. // Disable additional fields on frontend event detail page
  2. add_filter( 'event_manager_show_additional_details', '__return_false' );


    • Related Articles

    • Event Detail Page

      The Event detail page carries various details of a particular event. These details include the event title, event type, event location, event start date & time, event end date & time, event description, etc. besides this, you can also get the details ...
    • How to display additional custom fields on a single event page?

      This WP Event Manager tutorial shows you how you can add the custom event fields to a single event page. It requires customizing your PHP file. Display additional custom fields on a single event page To display additional custom fields on a single ...
    • Hide Comment on Single Event Listing Page

      A user of WP Event Manager can display or hide the comment section on the single event listing page. In this guide, you will learn about how you can disable or hide the comment section on your single event listing page. Here are the steps you need to ...
    • Create single event template with Elementor Pro

      Elementor Pro is the advanced and paid version of the Elementor plugin. It enables users to access premium features for developing a web page template. One needs to follow the below-mentioned steps to develop a dynamic single event template on ...
    • Hide and Add column from the Event Dashboard

      An event dashboard displays all the details related to a specific event. A user can easily access the dashboard after logging into his or her account on WP Event Manager. The event dashboard column can be seen directly in the home page. A user can ...