Plugin Directory

Changeset 2252045


Ignore:
Timestamp:
02/28/2020 04:41:44 PM (6 years ago)
Author:
techofweb
Message:

Released stable version 1.2 of the plugin. Fixed the code for PHP 7.x

Location:
wp-copy-content-protection
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • wp-copy-content-protection/trunk/readme.txt

    r2231122 r2252045  
    66Tested up to: 5.3.2
    77Requires PHP: 5.2
    8 Stable tag: 1.1
     8Stable tag: 1.2
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    7676* This is the second version of the plugin. It is fully-tested and stable version.
    7777
     78= 1.2 =
     79* This is the second version of the plugin. It is fully-tested and stable version. Fixed the code for PHP 7.x
     80
  • wp-copy-content-protection/trunk/wp-copy-content-protection.php

    r2231122 r2252045  
    44 * Plugin URI : https://bloggerpng.com
    55 * Description: WP Copy Content Protection wordpress plugin protects the content from being stolen by content thieves by disabling right-mouse click and disabling keyboard commands. If someone copies the content then you can gain backlink for your blog by showing him Copyright Information with copied text, and more.
    6  * Version: 1.1
     6 * Version: 1.2
    77 * Author: Blogger PNG
    88 * Author URI: https://bloggerpng.com
     
    146146}
    147147
    148 add_action('wp_enqueue_scripts', wccp_copy_protection_enq_script);
    149 add_action('wp_head', wccp_copy_protection_code);
     148add_action('wp_enqueue_scripts', 'wccp_copy_protection_enq_script');
     149add_action('wp_head', 'wccp_copy_protection_code');
    150150
    151151function wccp_copy_protection_enq_script()
Note: See TracChangeset for help on using the changeset viewer.