Uses
Uses | Description |
---|---|
wp-includes/theme.php: remove_theme_mods() | Removes theme modifications option for current theme. |
wp-includes/theme.php: get_theme_mods() | Retrieves all theme modifications. |
wp-includes/option.php: update_option() | Updates the value of an option that was already added. |
wp-includes/option.php: get_option() | Retrieves an option value based on an option name. |