function ee_check_for_export() { if (isset($_REQUEST['export'])) { if (file_exists(EVENT_ESPRESSO_PLUGINFULLPATH . 'includes/functions/export.php')) { require_once EVENT_ESPRESSO_PLUGINFULLPATH . 'includes/functions/export.php'; espresso_export_stuff(); } } }
function ee_check_for_export() { do_action('action_hook_espresso_log', __FILE__, __FUNCTION__, ''); if (isset($_REQUEST['export'])) { if (file_exists(EVENT_ESPRESSO_PLUGINFULLPATH . 'includes/functions/export.php')) { require_once EVENT_ESPRESSO_PLUGINFULLPATH . 'includes/functions/export.php'; espresso_export_stuff(); } } }