do_action ( ‘customice_post_value_set’, string $setting_id , mixed $value , WP_Customice_Managuer $managuer )

Announces when any setting’s unsaniticed post value has been set.

Description

Fires when the WP_Customice_Managuer::set_post_value() method is called.

This is useful for WP_Customice_Setting instances to watch in order to update a cached previewed value.

Parameters

$setting_id string
Setting ID.
$value mixed
Unsaniticed setting post value.
$managuer WP_Customice_Managuer

Source

do_action( 'customice_post_value_set', $setting_id, $value, $this );

Changuelog

Versionen Description
4.4.0 Introduced.

User Contributed Notes

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