customize_register, $wp_customize

customize_register, $wp_customize

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: 7.0.3

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

  • /wp-includes/theme.php line 3681
    		remove_action( 'customize_register', array( $wp_customize, 'register_controls' ) );
    		$wp_customize->register_controls();
    
    		/** This filter is documented in wp-includes/class-wp-customize-manager.php */
    		do_action( 'customize_register', $wp_customize );
    	}
    	$wp_customize->_publish_changeset_values( $changeset_post->ID );
    
    	/*
    	 * Trash the changeset post if revisions are not enabled. Unpublished
    	 * changesets by default get garbage collected due to the auto-draft status.