Skip to content

Instantly share code, notes, and snippets.

@vfontjr
Created May 2, 2020 14:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vfontjr/8ea7713d3706ac81f156afc18a56c3ba to your computer and use it in GitHub Desktop.
Save vfontjr/8ea7713d3706ac81f156afc18a56c3ba to your computer and use it in GitHub Desktop.
<?php
function my_custom_header_title( $wp_customize ) {
$wp_customize->get_section( 'header_image' )->title = __( 'Header Logo', 'digital' );
}
add_action( 'customize_register', 'my_custom_header_title')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment