hanlonwebdevs
Forum Replies Created
-
Awesome this worked and can be used to change many other labels/text within the Admin, thanks!
I have had this issue, it only occurs if you have the below setting under admin > events manager > pages > Event List/Archives:
Are current events past events? Yes
It fixes the mentioned issue if you change the setting to:
Are current events past events? No
Forum: Plugins
In reply to: [Eventbrite API] Event venue address on a page-> region instead of -> city worked
Forum: Plugins
In reply to: [Eventbrite API] Event venue address on a pageThis was perfect, What about the state? or city and state together?
Forum: Plugins
In reply to: [Eventbrite API] Eventbrite not updating without disconnectingSaw this somewhere:
/**
* Reduce the default cache time from one day to one hour.
*/
function eventbrite_api_cache_one_hour() {
return HOUR_IN_SECONDS;
}
add_filter( ‘eventbrite_cache_expiry’, ‘eventbrite_api_cache_one_hour’ );Forum: Plugins
In reply to: [Redirection] Editor AccessWorks, thanks a ton!
Forum: Plugins
In reply to: [Redirection] Editor AccessI am reading articles that state this is a feature but I see no area to enable, please help! and thanks!