PluginProbe ʕ •ᴥ•ʔ
Disable Comments – Remove Comments & Stop Spam [Multi-Site Support] / 2.7.0
Disable Comments – Remove Comments & Stop Spam [Multi-Site Support] v2.7.0
trunk 1.1.1 1.10.0 1.10.3 1.11.0 1.5 1.5.1 1.5.2 1.6 1.7 1.7.1 1.8.0 1.9.0 2.0.0 2.0.1 2.0.2 2.1.0 2.1.1 2.1.2 2.2.0 2.2.1 2.2.2 2.2.3 2.2.4 2.3.0 2.3.1 2.3.2 2.3.3 2.3.4 2.3.5 2.3.6 2.4.0 2.4.1 2.4.2 2.4.3 2.4.4 2.4.5 2.4.6 2.4.7 2.5.0 2.5.1 2.5.2 2.5.3 2.6.0 2.6.1 2.6.2 2.7.0
disable-comments / uninstall.php
disable-comments Last commit date
assets 1 month ago includes 1 year ago languages 1 month ago views 1 month ago disable-comments.php 1 month ago readme.txt 2 weeks ago uninstall.php 6 years ago
uninstall.php
13 lines
1 <?php
2 /**
3 * Uninstall script
4 *
5 * @package Disable_Comments
6 */
7
8 if ( ! defined( 'ABSPATH' ) && ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
9 exit;
10 }
11
12 delete_site_option( 'disable_comments_options' );
13