Changeset 1056652
- Timestamp:
- 12/30/2014 03:05:31 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
remove-all-comments/trunk/remove-all-comments/remove-all-comments.php
r1056646 r1056652 1 1 <?php 2 /* 3 Plugin Name: Remove All Comments 4 Plugin URI: http://wordpress.org/plugins/remove-all-comments/ 5 Description: This plugin remove all comments from your current wordpress site.when Plugine is active its remove all comments for all user.you can also remove comments from specific post type. 6 Version: 1.0 7 Requires at least: 3.0.1 8 Tested up to: 4.1 9 Author: php-developer 10 Author URI: https://profiles.wordpress.org/php-developer-1 11 Tags: comments, spam, delete comments,delete all comments, remove comments, no comments, spam free comments, comments less, remove all comments, auto remove comments 12 Network: false 13 License: GPLv2 or later 14 License URI: http://www.gnu.org/licenses/gpl-2.0.html 2 /** 3 *Plugin Name: Remove All Comments 4 *Plugin URI: http://wordpress.org/plugins/remove-all-comments/ 5 *Description: This plugin remove all comments from your current wordpress site.when Plugine is active its remove all comments for all user.you can also remove comments from specific post type. 6 *Version: 1.0 7 *Requires at least: 3.0.1 8 *Tested up to: 4.1 9 *Author: php-developer 10 *Author URI: https://profiles.wordpress.org/php-developer-1 11 *Contributors: php-developer 12 *Tags: comments, spam, delete comments,delete all comments, remove comments, no comments, spam free comments, comments less, remove all comments, auto remove comments 13 *Network: false 14 *License: GPLv2 or later 15 *License URI: http://www.gnu.org/licenses/gpl-2.0.html 15 16 */ 16 17
Note: See TracChangeset
for help on using the changeset viewer.