remove_theme_mod [ WordPress Function ]
remove_theme_mod ( $name )
| Parameters: |
|
| Returns: |
|
| Defined at: |
|
Benzer Fonksiyonlar: remove_theme_mods, remove_theme_support, set_theme_mod, get_theme_mod, _remove_theme_support
Remove theme modification name from current theme list.
If removing the name also removes all elements, then the entire option will be removed.
Examples [ wp-snippets.com ]
Google Arama Sonuçlarý
- Function Reference/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 - 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 - PHPXRef 0.7 : WordPress : Detail view of theme.php
preview_theme_ob_filter_callback() switch_theme() validate_current_theme() get_theme_mods() get_theme_mod() set_theme_mod() remove_theme_mod() ...
phpxref.ftwr.co.uk - Removing custom background and header feature in child theme
Feb 16, 2011 ... Strange as it is: The API only has a function that removes all modifications: remove_theme_mods() that takes no additional parameters.
wordpress.stackexchange.com