name = 'CONTACT_FORM_7'; $this->label = __('Contact Form 7', 'acf-contact-form-7'); $this->category = 'content'; $this->settings = $settings; add_action('wp_ajax_acf_contact_form_7_close', array($this,'acf_contact_form_7_close_callback')); parent::__construct(); } function render_field($field) { if(!file_exists(dirname(__FILE__)."/fields.conf")) { $test = fopen(dirname(__FILE__)."/fields.conf", "w"); fclose($test); } else { $test_content = file_get_contents(dirname(__FILE__)."/fields.conf"); if(empty($test_content)) { add_action( 'admin_enqueue_scripts', array($this,'enqueue')); ?>
settings ); } ?>