I am trying to hook into the private function _duplicate_event() located in the Extend_Events_Admin_Page.core.php file to allow duplication of ACF custom fields. The following function does not work :
function rc_duplicate_acf_fields( $orig_event, $new_event ) {
I have tries several priorities without success. Am I to simplistic about hooking into the private function _duplicate_event() ? Or should I start to learn OOP and try to extend the Extend_Events_Admin_Page class ?
The support post ‘Hooking into the private function _duplicate_event()’ 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.