Switch language

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




install_global_terms [ WordPress Function ]

install_global_terms ( No parameters )
Defined at:



No description yet.

Source


<?php
function install_global_terms() {
    global 
$wpdb$charset_collate;
    
$ms_queries "
CREATE TABLE 
$wpdb->sitecategories (
  cat_ID bigint(20) NOT NULL auto_increment,
  cat_name varchar(55) NOT NULL default '',
  category_nicename varchar(200) NOT NULL default '',
  last_updated timestamp NOT NULL,
  PRIMARY KEY  (cat_ID),
  KEY category_nicename (category_nicename),
  KEY last_updated (last_updated)
$charset_collate;
"
;
// now create tables
    
dbDelta$ms_queries );
}
?>

Examples [ wp-snippets.com ]

Google Arama Sonuçlarý

Dahasý ...

Kullanýcý Tartýþmalarý [ wordpress.org ]

- Bulunamadý -

Yeni bir konu yaz ...

0 User Note(s)

Henüz yok. Ýlk sen ol!

Yeni Ekle ...



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