Switch language

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




upgrade_old_slugs [ WordPress Function ]

upgrade_old_slugs ( No parameters )
Defined at:



Upgrade old slugs made in version 2.2.

Source


<?php
function upgrade_old_slugs() {
    
// upgrade people who were using the Redirect Old Slugs plugin
    
global $wpdb;
    
$wpdb->query("UPDATE $wpdb->postmeta SET meta_key = '_wp_old_slug' WHERE meta_key = 'old_slug'");
}
?>

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