[Plugin: Events Manager] em_content_pre and em_content are not working
-
Hi,
I’m trying to use em_content_pre filter to prevent the default template output but it’s not working. It doesn’t change the default output.
Here’s my test code:
add_filter('em_content_pre', 'my_event_content'); function my_event_content($content) { return 'test'; }
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘[Plugin: Events Manager] em_content_pre and em_content are not working’ is closed to new replies.