In itself that doesn’t actually do anything. But then if we add something like this:
add_filter('filter_hook_espresso_default_create_post_option', 'ee_return_create_post');
function ee_return_create_post(){
return 'Y';
}
To our themes functions.php file we can alter the default to our liking. ‘Y’/’N’.
I have submitted a request for this filter to be included within the next version of Event Espresso so therefore this modification should continue to work after EE updates.
Has this resolved your query? If so please mark the thread as resolved (top right area).
Thanks!
Viewing 2 reply threads
The support post ‘Auto-Set Post For A New Event To YES?’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.