Switch language

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




remove_theme_mods [ WordPress Function ]

remove_theme_mods ( No parameters )
Defined at:



Remove theme modifications option for current theme.

Source


<?php
function remove_theme_mods() {
    
delete_option'theme_mods_' get_option'stylesheet' ) );

    
// Old style.
    
$theme_name get_option'current_theme' );
    if ( 
false === $theme_name )
        
$theme_name wp_get_theme()->get('Name');
    
delete_option'mods_' $theme_name );
}
?>

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