Uses
Uses | Description |
---|---|
wp-includes/theme.php: pre_set_theme_mod_{$name} | Filters the theme modification, or ‘theme_mod’, value on save. |
wp-includes/theme.php: get_theme_mods() | Retrieves all theme modifications. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
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. |