cf7_advance_db.php 576 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
<?php

/**
 * Plugin Name: Contact Form Advance Database custom
 * Plugin URI: http://www.christianbautista.info/contact-form-advance-database
 * Description: A Very Simple plugin that will capture all the emails being sent using Contact Form 7 Plugin
 * Version: 1.0.8
 * Author: Christian A. Bautista
 * Author URI: http://www.christianbautista.info
 * License: Free
 * Author modif : Msfari 2017-07-19
 */
 define('CF7ADBURL',plugin_dir_url(__FILE__));
 require( 'lib/cf7_adb.class.php' );

 //initiate Main Class
 $CF7AdvanceDB = new CF7AdvanceDB();