Plugin Directory

Changeset 1808777


Ignore:
Timestamp:
01/24/2018 05:22:54 PM (8 years ago)
Author:
technoyer
Message:

update slug

Location:
wp-adsense-guard
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • wp-adsense-guard/tags/1.0/config.php

    r1808615 r1808777  
    11<?php
    22/**
    3  * WP Ads Guard Config File
     3 * WP Adsense Guard Config File
    44 * @since 1.0
    55 * Copyrights (C) 2017 Technoyer Solutions Ltd. <support@technoyer.com>
     
    1414
    1515//set the plugin slug & prefix
    16 if( !defined( 'WPADGU_SLUG' ) ){ define( 'WPADGU_SLUG', "wp-ads-guard" ); }
     16if( !defined( 'WPADGU_SLUG' ) ){ define( 'WPADGU_SLUG', "wp-adsense-guard" ); }
    1717if( !defined( 'WPADGU_PREFIX' ) ){ define( 'WPADGU_PREFIX', "wpadgu" ); }
    1818
  • wp-adsense-guard/tags/1.0/index.php

    r1808615 r1808777  
    1010 * License: GPL V3
    1111 * Domain Path: /languages
    12  * Text Domain: wp-ads-guard
     12 * Text Domain: wp-adsense-guard
    1313 */
    1414
  • wp-adsense-guard/trunk/config.php

    r1808614 r1808777  
    11<?php
    22/**
    3  * WP Ads Guard Config File
     3 * WP Adsense Guard Config File
    44 * @since 1.0
    55 * Copyrights (C) 2017 Technoyer Solutions Ltd. <support@technoyer.com>
     
    1414
    1515//set the plugin slug & prefix
    16 if( !defined( 'WPADGU_SLUG' ) ){ define( 'WPADGU_SLUG', "wp-ads-guard" ); }
     16if( !defined( 'WPADGU_SLUG' ) ){ define( 'WPADGU_SLUG', "wp-adsense-guard" ); }
    1717if( !defined( 'WPADGU_PREFIX' ) ){ define( 'WPADGU_PREFIX', "wpadgu" ); }
    1818
  • wp-adsense-guard/trunk/index.php

    r1808614 r1808777  
    1010 * License: GPL V3
    1111 * Domain Path: /languages
    12  * Text Domain: wp-ads-guard
     12 * Text Domain: wp-adsense-guard
    1313 */
    1414
  • wp-adsense-guard/trunk/readme.txt

    r1808661 r1808777  
    1313You know, your Adsense Account is in danger, this is not a joke, this is as true as you are breathing from some past days, many bloggers experiencing heavy invalid activity, plagiarism and illegal content in their Adsense account.
    1414
    15 <strong>AdsGuard</strong> protects your Adsense account and helps you to increase your Adsense earnings through its tools which created to prevent invalid clicks and detect adblockers then hide content, show them a message or redirect them to a custom page.
     15<strong>AdsenseGuard</strong> protects your Adsense account and helps you to increase your Adsense earnings through its tools which created to prevent invalid clicks and detect adblockers then hide content, show them a message or redirect them to a custom page.
    1616
    1717It also helps you very well to detect the plagiarism (copied) content and the more ad units compared to the blog original content for every page.
     
    6464== Screenshots ==
    6565
    66 1. AdsGuard Dashboard
     661. AdsenseGuard Dashboard
    67672. Settings
    68683. Guard Options
Note: See TracChangeset for help on using the changeset viewer.