customize_register, $wp_customize
customize_register, $wp_customize
Appears in: 7.0.3
Hook Type: action
Displaying hooks found in version: 7.0.3do_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.