wpseek.com
A WordPress-centric search engine for devs and theme authors



pre_set_theme_mod_{$name} › WordPress Filter Hooks

Since3.9.0
Deprecatedn/a
apply_filters( "pre_set_theme_mod_{$name}", $value, $old_value )
Parameters: (2)
  • () value The new value of the theme modification.
    Required: Yes
  • () old_value The current value of the theme modification.
    Required: Yes
Defined at:
Codex:

Filters the theme modification, or 'theme_mod', value on save.

The dynamic portion of the hook name, `$name`, refers to the key name of the modification array. For example, 'header_textcolor', 'header_image', and so on depending on the theme options.




Source

$mods[ $name ] = apply_filters( "pre_set_theme_mod_{$name}", $value, $old_value );