Plugin Directory

Changeset 3073251


Ignore:
Timestamp:
04/18/2024 03:23:04 PM (2 years ago)
Author:
leadinfo
Message:

Plugin release - Security update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • leadinfo/trunk/leadinfo.php

    r1871250 r3073251  
    44 * Plugin URI: https://wordpress.org/plugins/leadinfo/
    55 * Description: Leadinfo Plugin
    6  * Version: 1.0
     6 * Version: 1.1
    77 * Author: Leadinfo
    88 * Author URI:  https://www.leadinfo.com/
     
    2323 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
    2424 */
    25 
    2625if (!defined('WPINC')) {
    2726    exit;
    2827}
    29 
    3028require_once plugin_dir_path(__FILE__) . 'leadinfo.class.php';
    3129
     
    4139    add_option('leadinfo_id', '', '', 'yes');
    4240}
    43 
     41//test
    4442function leadinfo_deactivate()
    4543{
Note: See TracChangeset for help on using the changeset viewer.