Changeset 1643961
- Timestamp:
- 04/24/2017 01:41:36 PM (9 years ago)
- File:
-
- 1 edited
-
cf7records/trunk/save-contact-details.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cf7records/trunk/save-contact-details.php
r1643948 r1643961 2 2 /* 3 3 * Plugin Name: cf7 Records 4 * Plugin URI: http://myplugin.nexuslinkservices.com 4 5 * Description: This Plugins Saves Contact form 7 Form submission into Database so you can Preview. You must install contact form 7 in order to use this plugin 5 * Author: Vijay 6 * Version: 1.0.0 7 * Author: NexusLink Services 8 * Author URI: http://nexuslinkservices.com 6 9 * License: GPL2 7 * Version: 1.18 * License URI: https://www.gnu.org/licenses/gpl-2.0.html9 10 * */ 10 11 … … 26 27 function savedata_px_register_admin_menu() { 27 28 add_menu_page('Contact Messages', 28 'C ontact Messages',29 'CF7 Records', 29 30 'manage_options', 30 31 basename(__FILE__), array($this,
Note: See TracChangeset
for help on using the changeset viewer.