brumack
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] tribe_events_get_filters is no longer available in corethe function’s documentation itself doesn’t indicate its been downgraded, or what versions it’s relevant in. siloing the deprecations in another article that doesn’t show up in top 10 google search results (the go-to for any junior developer) is inefficient, and the issue i am raising.
- This reply was modified 1 year ago by brumack.
Forum: Plugins
In reply to: [The Events Calendar] tribe_events_get_filters is no longer available in coreAlso, it was a weekend, not really sure that’s a good qualifier of whether or not a thread is stale.
Forum: Plugins
In reply to: [The Events Calendar] tribe_events_get_filters is no longer available in coreThanks, can you point out where on https://docs.theeventscalendar.com/reference/functions/tribe_events_get_filters/ it says this is a deprecated function that no longer exists in the current version?
Forum: Plugins
In reply to: [The Events Calendar] tribe_events_get_filters is no longer available in coreAs well as
tribe_events_get_viewsForum: Plugins
In reply to: [Shortcodes Finder] Does it work with Gravity Forms?it doesn’t work with gravity forms using ajax because the shortcode find/replace logic confuses inline javascript arrays with shortcodes and removes them.
specifically the array on gravityforms/form_display.php:971,
observer.observe( document.body, {
attributes: true,
childList: false,
subtree: true,
attributeFilter: [ \'style\', \'class\' ], // THIS ONE HERE
});which causes the javascript to error and submissions POST successfully but nothing is done with the response itself.