customize_register, $this

customize_register, $this

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: 7.0.3

do_action('customize_register, $this') is found 1 times:

  • /wp-includes/class-wp-customize-manager.php line 947
    		 * @since 3.4.0
    		 *
    		 * @param WP_Customize_Manager $manager WP_Customize_Manager instance.
    		 */
    		do_action( 'customize_register', $this );
    
    		if ( $this->settings_previewed() ) {
    			foreach ( $this->settings as $setting ) {
    				$setting->preview();
    			}
    		}