Support

Home Forums Event Espresso Premium Code Showing Above Title of Every Event

Code Showing Above Title of Every Event

Posted: April 12, 2023 at 11:00 am

Viewing 3 reply threads


wcalcote

April 12, 2023 at 11:00 am

All of a sudden I’m getting the following just above the title of every event:

add_filter( ‘FHEE__registration_page_wrapper_template__display_time_limit’, ‘__return_true’ );

Any help would be appreciated,
Wayne.


Tony

  • Support Staff

April 12, 2023 at 1:46 pm

Hi there,

That’s going to be some custom code running on the site as we don’t have that within EE, the difficult part is finding where it’s been added.

Incase you are not familiar with WordPress hooks, within EE we do this:

apply_filters('FHEE__registration_page_wrapper_template__display_time_limit', false)

The code above is ‘hooking into’ that call to change it to be true, only it’s being output to the page rather than running.

First, check in your plugins menu for any custom EE plugins. In our documentation here:

https://eventespresso.com/wiki/create-site-specific-plugin-wordpress-site/

We have the plugin name example using: Site plugin for myexamplesite.com

But that could have easily been changed.

I assume you have FTP access to the site?

If so check your theme’s root directory and see if you have a single-espresso_events.php template file.


wcalcote

April 14, 2023 at 1:27 am

This reply has been marked as private.


Tony

  • Support Staff

April 14, 2023 at 3:30 am

Awesome, I’m glad you found it.

Any further issues/questions just let us know.

Viewing 3 reply threads

The support post ‘Code Showing Above Title of Every Event’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso