HEX
Server: LiteSpeed
System: Linux server1.jphostbd.xyz 4.18.0-553.89.1.lve.el8.x86_64 #1 SMP Wed Dec 10 13:58:50 UTC 2025 x86_64
User: dailyajk (1018)
PHP: 7.4.33
Disabled: mail, show_source, system, shell_exec, passthru, exec, eval, shell
Upload Files
File: /home/dailyajk/public_html/wp-content/plugins/link-factory/uninstall.php
<?php
/**
 * Fires when the Link Factory plugin is deleted via wp-admin.
 *
 * Drops the sentences table so a subsequent reinstall starts from a clean slate.
 *
 * @package LinkFactory
 */

if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
	return;
}

global $wpdb;
$table_name = $wpdb->prefix . 'link_factory_sentences';
$wpdb->query( "DROP TABLE IF EXISTS {$table_name}" );