Plugin Directory

Changeset 1643961


Ignore:
Timestamp:
04/24/2017 01:41:36 PM (9 years ago)
Author:
nexuslink
Message:

Update Code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cf7records/trunk/save-contact-details.php

    r1643948 r1643961  
    22/*
    33 * Plugin Name: cf7 Records
     4 * Plugin URI: http://myplugin.nexuslinkservices.com
    45 * 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
    69 * License: GPL2
    7  * Version: 1.1
    8  * License URI: https://www.gnu.org/licenses/gpl-2.0.html
    910 * */
    1011
     
    2627    function savedata_px_register_admin_menu() {
    2728        add_menu_page('Contact Messages',
    28             'Contact Messages',
     29            'CF7 Records',
    2930            'manage_options',
    3031            basename(__FILE__), array($this,
Note: See TracChangeset for help on using the changeset viewer.