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
April 12, 2023 at 1:46 pm
Add New Note to this Reply
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
Add New Note to this Reply
This reply has been marked as private.
Tony
April 14, 2023 at 3:30 am
Add New Note to this Reply
Awesome, I’m glad you found it.
Any further issues/questions just let us know.