Correct the documentation for the customize_save_* action.
props celloexpressions. see #29165. Built from https://develop.svn.wordpress.org/trunk@29509 git-svn-id: http://core.svn.wordpress.org/trunk@29286 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
eb0dbc8cb5
commit
8ecb461bed
|
@ -165,8 +165,7 @@ class WP_Customize_Setting {
|
|||
return false;
|
||||
|
||||
/**
|
||||
* Fires when the WP_Customize_Setting::save() method is called for settings
|
||||
* not handled as theme_mods or options.
|
||||
* Fires when the WP_Customize_Setting::save() method is called.
|
||||
*
|
||||
* The dynamic portion of the hook name, $this->id_data['base'] refers to
|
||||
* the base slug of the setting name.
|
||||
|
|
Loading…
Reference in New Issue