芝麻web文件管理V1.00
编辑当前文件:/home/prismawe/clients/origami-events.com/wp-content/plugins/events-manager-pro/emp-ml.php
$gateway_name ){ $EM_Gateway = EM_Gateways::get_gateway($gateway); $options[] = 'em_'.$gateway.'_option_name'; $options[] = 'em_'.$gateway.'_booking_feedback'; $options[] = 'em_'.$gateway.'_booking_feedback_free'; $options[] = 'em_'.$gateway.'_booking_feedback_completed'; $options[] = 'em_'.$gateway.'_form'; if( $EM_Gateway->button_enabled ){ $options[] = 'em_'.$gateway.'_button'; } } } return $options; } } add_action('em_ml_pre_init', 'EMP_ML::init');