Changeset 1470756
- Timestamp:
- 08/09/2016 12:05:07 PM (10 years ago)
- File:
-
- 1 edited
-
adblock-detector/trunk/ap-adblock-detector.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
adblock-detector/trunk/ap-adblock-detector.php
r1467680 r1470756 1 1 <?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 /* 3 Plugin Name: AdBlock Detector 4 Plugin URI: https://wordpress.org/plugins/adpushup/ 5 Description: Find out how many of your visitors are using ad blocking software. 6 Version: 1.0.0 7 Author: AdPushup 8 Author URI: http://adpushup.com 9 License: GPL2+ 10 Text Domain: adblock-detector 11 */ 27 12 28 13 // If this file is called directly, abort.
Note: See TracChangeset
for help on using the changeset viewer.