Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: customize_update_{$this->type}

To save our bandwidth, we show only a snippet of code around each occurence of the hook. View complete file in SVN (without highlighting).

Understanding Source Code

The best way to understand what a hook does is to look at where it occurs in the source code.

Remember, this hook may occur in more than one file. Moreover, the hook's context may change from version to version.

Source View

Line Code
315                      * not handled as theme_mods or options.
316                      *
317                      * The dynamic portion of the hook name, `$this->type`, refers to the type of setting.
318                      *
319                      * @since 3.4.0
320                      *
321                      * @param mixed                $value Value of the setting.
322                      * @param WP_Customize_Setting $this  WP_Customize_Setting instance.
323                      */
324                     return do_action( 'customize_update_' . $this->type, $value, $this );
325           }
326      }
327
328      /**
329       * Update the theme mod from the value of the parameter.
330       *
331       * @since 3.4.0
332       *
333       * @param mixed $value The value to update.