mirror of
https://gh.wpcy.net/https://github.com/WordPress/WordPress-Coding-Standards.git
synced 2026-05-24 06:23:58 +08:00
5 lines
72 B
PHP
5 lines
72 B
PHP
<?php
|
|
|
|
global $wpdb;
|
|
|
|
$wpdb->query('DROP TABLE IF EXISTS wp_my_table');
|