set_theme_mod [ WordPress Function ]
set_theme_mod ( $name, $value )
| Parameters: |
|
| Defined at: |
|
Benzer Fonksiyonlar: get_theme_mod, get_theme_mods, remove_theme_mod, get_theme_root, get_theme_data
Update theme modification value for the current theme.
Examples [ wp-snippets.com ]
Google Arama Sonuçlarý
- Function Reference/set theme mod « WordPress Codex
Description. Update theme modification value for the current theme. Usage. <? php set_theme_mod( $name, $value ) ?> Parameters. $name: (string) (required) ...
codex.wordpress.org - set_theme_mod | A HitchHackers guide through WordPress
Feb 12, 2011 ... function set_theme_mod( $name, $value ) { $mods = get_theme_mods(); $mods[ $name ] = $value; $theme = get_option( 'stylesheet' ) ...
hitchhackerguide.com - set_theme_mod (WordPress Function) - WPSeek.com
WordPress lookup for set_theme_mod, a WordPress Function. wpseek.com is a WordPress-centric search tool for developers and theme authors.
wpseek.com - PHPXRef 0.7 : WordPress : Function Reference: set_theme_mod()
Function and Method Cross Reference. set_theme_mod(). Defined at: /wp- includes/theme.php -> line 763. Referenced 33 times: /wp-includes/theme.php -> line ...
phpxref.ftwr.co.uk