customize_update_{$this->type}

最后更新于:2021-11-26 04:10:09

do_action( “customize_update_{$this->type}”, mixed $value, GC_Customize_Setting $this )

Fires when the GC_Customize_Setting::update() method is called for settings not handled as theme_mods or options.

参数

$value

(mixed)
Value of the setting.

$this

(GC_Customize_Setting)
GC_Customize_Setting instance.

源文件

文件: gc-includes/class-gc-customize-setting.php

View on Trac