Nevermind…I realized you must have pushed a hotfix. Re-uploading the plugin files fixed the problem for me too. Thanks!
Hi Andrea,
Posting here because I’m seeing the same problem, and it’s not fixed in version 4.86 for me. Using latest WordPress w/ all plugins and themes up to date, and PHP 7.1. You can see the error here:
https://caata.net/caata-members/
Any help would be appreciated!
Here’s the code I used to fix almost the same problem (dropdown page was calling the div “em-wrapper”):
remove_filter('the_content', 'em_content');
//your code here, which should get the content you want
//probably something like $content = etc. and echo $content
add_filter('the_content', 'em_content');
I found the culprit code in the unaltered Events Manager em-events.php lines 163-185.