pre_set_theme_mod_{$name}

最后更新于:2021-11-27 20:01:14

apply_filters( “pre_set_theme_mod_{$name}”, string $value, string $old_value )

Filters the theme modification, or ‘theme_mod’, value on save.

参数

$value

(string)
The new value of the theme modification.

$old_value

(string)
The current value of the theme modification.

源文件

文件: gc-includes/theme.php

View on Trac