I’m using the Community Events add-on to create a front-end form for event editing, but the additional fields radio options I’ve set up using PRO aren’t saving from the front-end. I get the following error in my debug.log file:
PHP Notice: Tribe__Events__Main::getOption is deprecated since version 4.0! Use Tribe__Settings_Manager::get_option instead. in /*path*/wp-includes/functions.php on line 3658
Saving from the backend appears to work fine, though.
I’ve made a couple minor tweaks to the template files using the override system in place, but nothing that should have affected saving posts.