Add pluggable function wrappers to inc/custom-header.php
This commit is contained in:
parent
3083096ef7
commit
acd630fcfa
|
@ -5,6 +5,9 @@
|
|||
* @package understrap
|
||||
*/
|
||||
|
||||
add_action( 'after_setup_theme', 'understrap_custom_header_setup' );
|
||||
|
||||
if ( ! function_exists ( 'understrap_custom_header_setup' ) ) {
|
||||
function understrap_custom_header_setup() {
|
||||
|
||||
/**
|
||||
|
@ -39,4 +42,4 @@ function understrap_custom_header_setup() {
|
|||
),
|
||||
) );
|
||||
}
|
||||
add_action( 'after_setup_theme', 'understrap_custom_header_setup' );
|
||||
}
|
Reference in New Issue