PATH:
home
/
letacommog
/
supportleta
/
wp-content
/
plugins
/
social-count-plus
<?php // If uninstall not called from WordPress exit. if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) || ! WP_UNINSTALL_PLUGIN || dirname( WP_UNINSTALL_PLUGIN ) != dirname( plugin_basename( __FILE__ ) ) ) { status_header( 404 ); exit; } delete_option( 'socialcountplus_settings' ); delete_option( 'socialcountplus_design' ); delete_option( 'socialcountplus_version' );
[+]
..
[+]
languages
[-] uninstall.php
[edit]
[+]
assets
[-] readme.txt
[edit]
[+]
includes
[-] social-count-plus.php
[edit]