Plugin Directory

Changeset 1470756


Ignore:
Timestamp:
08/09/2016 12:05:07 PM (10 years ago)
Author:
AdPushup
Message:

Modified plugin details here - Abhi@KraftPixel

File:
1 edited

Legend:

Unmodified
Added
Removed
  • adblock-detector/trunk/ap-adblock-detector.php

    r1467680 r1470756  
    11<?php
    2 
    3 /**
    4  * The plugin bootstrap file
    5  *
    6  * This file is read by WordPress to generate the plugin information in the plugin
    7  * admin area. This file also includes all of the dependencies used by the plugin,
    8  * registers the activation and deactivation functions, and defines a function
    9  * that starts the plugin.
    10  *
    11  * @link              http://adpushup.com
    12  * @since             1.0.0
    13  * @package           AP_Adblock_Detector
    14  *
    15  * @wordpress-plugin
    16  * Plugin Name:       Adblock Detector
    17  * Plugin URI:        http://adpushup.com
    18  * Description:       Find out how many of your visitors are using ad blocking software.
    19  * Version:           1.0.0
    20  * Author:            AdPushup
    21  * Author URI:        http://adpushup.com
    22  * License:           GPL-2.0+
    23  * License URI:       http://www.gnu.org/licenses/gpl-2.0.txt
    24  * Text Domain:       ap-adblock-detector
    25  * Domain Path:       /languages
    26  */
     2/*
     3Plugin Name: AdBlock Detector
     4Plugin URI: https://wordpress.org/plugins/adpushup/
     5Description: Find out how many of your visitors are using ad blocking software.
     6Version: 1.0.0
     7Author: AdPushup
     8Author URI: http://adpushup.com
     9License: GPL2+
     10Text Domain: adblock-detector
     11*/
    2712
    2813// If this file is called directly, abort.
Note: See TracChangeset for help on using the changeset viewer.