Changeset 817417
- Timestamp:
- 12/09/2013 01:43:05 PM (12 years ago)
- Location:
- cf7fi/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (1 diff)
-
cf7fi.php (modified) (1 diff)
-
class-cf7fi.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cf7fi/trunk/README.txt
r816915 r817417 5 5 Requires at least: 3.5.1 6 6 Tested up to: 3.7.1 7 Stable tag: 1.0. 07 Stable tag: 1.0.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
cf7fi/trunk/cf7fi.php
r816910 r817417 16 16 * Plugin URI: TODO 17 17 * Description: Integrate the Formisimo Tracking for Contact Form 7 18 * Version: 1.0. 018 * Version: 1.0.1 19 19 * Author: Marcus Franke 20 20 * Author URI: www.internet-marketing-dresen.de -
cf7fi/trunk/class-cf7fi.php
r816910 r817417 77 77 add_action( 'admin_menu', array( $this, 'add_plugin_admin_menu' ) ); 78 78 79 add_action( 'wp_enqueue_scripts', array( $this, 'enqueue_scripts' ) );80 81 79 add_action('wpcf7_admin_after_general_settings', array($this, 'add_meta_box')); 82 80 add_action('wpcf7_after_save', array($this, 'save_settings'));
Note: See TracChangeset
for help on using the changeset viewer.