Languages: English • 日本語 (Add your language)
Creates or updates a modification setting for the current theme. Along with get_theme_mod() this function sometimes offers theme developers a simpler alternative to the Settings API when there is a need to handle basic theme-specific settings.
<?php set_theme_mod( $name, $value ); ?>
Since: 2.1.0
set_theme_mod() is located in wp-includes/theme.php
set_theme_mod(), get_theme_mod(), get_theme_mods(), remove_theme_mod(), remove_theme_mods()