remove_theme_mods [ WordPress Function ]
remove_theme_mods ( No parameters )
| Defined at: |
|
Benzer Fonksiyonlar: remove_theme_mod, get_theme_mods, remove_theme_support, _remove_theme_support, get_theme_mod
Remove theme modifications option for current theme.
Examples [ wp-snippets.com ]
Google Arama Sonuçlarý
- Function Reference/remove theme mods « WordPress Codex
Description. Remove all theme modification options for current theme. Usage. <? php remove_theme_mods() ?> Parameters. None. Return Values. (void): This ...
codex.wordpress.org - remove_theme_mod() - WordPress Codex
Description. Remove theme modification name from current theme list. If removing the name also removes all elements, then the entire option will be removed.
codex.wordpress.org - WordPress theme list pagination in the wp-admin themes.php file
... return; unset($mods[$name]); if ( empty($mods) ) return remove_theme_mods( ); update_option("mods_$theme", $mods); wp_cache_delete("mods_$theme", ...
wordpress.org - PHPXRef 0.7 : WordPress : Detail view of theme.php
validate_current_theme() get_theme_mods() get_theme_mod() set_theme_mod( ) remove_theme_mod() remove_theme_mods() get_header_textcolor() ...
phpxref.ftwr.co.uk