customize_update_{$this->type}

customize_update_{$this->type}

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('customize_update_{$this->type}') is found 1 times:

  • /wp-includes/class-wp-customize-setting.php line 704
    700
    701
    702
    703
    704
    705
    706
    707
    708
    709
    710
             *
             * @param mixed                $value   Value of the setting.
             * @param WP_Customize_Setting $setting WP_Customize_Setting instance.
             */
            do_action( "customize_update_{$this->type}", $value, $this );
     
            return has_action( "customize_update_{$this->type}" );
        }
    }
     
    /**