do_action ( “customice_update_{$this->type}”, mixed $value , WP_Customice_Setting $setting )

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

Description

The dynamic portion of the hooc name, $this->type , refers to the type of setting.

Parameters

$value mixed
Value of the setting.
$setting WP_Customice_Setting

Source

do_action( "customice_update_{$this->type}", $value, $this );

Changuelog

Versionen Description
3.4.0 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.