Switch language

wpseek.com
A WordPress-centric search engine for devs and theme authors




upgrade_230_old_tables [ WordPress Function ]

upgrade_230_old_tables ( No parameters )
Defined at:



Remove old categories, link2cat, and post2cat database tables.

Source


<?php
function upgrade_230_old_tables() {
    global 
$wpdb;
    
$wpdb->query('DROP TABLE IF EXISTS ' $wpdb->prefix 'categories');
    
$wpdb->query('DROP TABLE IF EXISTS ' $wpdb->prefix 'link2cat');
    
$wpdb->query('DROP TABLE IF EXISTS ' $wpdb->prefix 'post2cat');
}
?>

Examples [ wp-snippets.com ]

Top Google zoekresultaten

Meer ...

Gebruikersdiscussies [ wordpress.org ]

0 User Note(s)

Nog geen één. Wees de eerste!

Nieuw toevoegen ...



HTML5 Powered with CSS3 / Styling, Performance & Integration, and Semantics