PATH:
var
/
www
/
clients
/
client1
/
web1
/
web
/
wp-content
/
plugins
/
vxcash
/
includes
<?php /** * Fired during plugin deactivation * * @link https://www.vxcash.net * @since 1.0.0 * * @package Vxcash * @subpackage Vxcash/includes */ /** * Fired during plugin deactivation. * * This class defines all code necessary to run during the plugin's deactivation. * * @since 1.0.0 * @package Vxcash * @subpackage Vxcash/includes * @author Support <support@vxcash.net> */ class Vxcash_Deactivator { /** * Short Description. (use period) * * Long Description. * * @since 1.0.0 */ public static function deactivate() { self::removeCronHook(); } private static function removeCronHook() { wp_clear_scheduled_hook('update_vxcash_content'); } }
[-] class-vxcash-deactivator.php
[edit]
[-] index.php
[edit]
[-] class-vxcash-posttypes-enum.php
[edit]
[-] class-vxcash-tablename-enum.php
[edit]
[-] class-vxcash-vxhost-custom-posttype.php
[edit]
[-] class-vxcash-vxvideo-custom-posttype.php
[edit]
[-] class-vxcash-taxonomies.php
[edit]
[-] class-vxcash-activator.php
[edit]
[+]
..
[-] class-vxcash-pornme-custom-posttype.php
[edit]
[-] class-vxcash.php
[edit]
[-] class-vxcash-loader.php
[edit]
[-] class-vxcash-vxhost-state-enum.php
[edit]
[-] class-vxcash-i18n.php
[edit]