/home/desid573/verdenaturopathy.com.au/wp-content/themes/polite/templatesell
NameSizeModeActions
about/-0755rm
breadcrumbs/-0755rm
filters/-0755rm
hooks/-0755rm
pro-notice/-0755rm
theme-settings/-0755rm
upgrade/-0755rm
widgets/-0755rm
custom-header.php19490644editdlrm
customizer-category-control.php12400644editdlrm
customizer-radio-image-control.php14560644editdlrm
customizer.php56570644editdlrm
dynamic-css.php55600644editdlrm
enqueue.php53700644editdlrm
jetpack.php15100644editdlrm
sanitize-functions.php33730644editdlrm
template-functions.php9460644editdlrm
template-tags.php43520644editdlrm
ts-core-files.php28070644editdlrm
Edit: /home/desid573/verdenaturopathy.com.au/wp-content/themes/polite/templatesell/custom-header.php (1949B)
* * @link https://developer.wordpress.org/themes/functionality/custom-headers/ * * @package Polite */ /** * Set up the WordPress core custom header feature. * * @uses polite_header_style() */ function polite_custom_header_setup() { add_theme_support( 'custom-header', apply_filters( 'polite_custom_header_args', array( 'default-image' => '', 'default-text-color' => '000000', 'width' => 1920, 'height' => 450, 'flex-height' => true, 'wp-head-callback' => 'polite_header_style', ) ) ); } add_action( 'after_setup_theme', 'polite_custom_header_setup' ); if ( ! function_exists( 'polite_header_style' ) ) : /** * Styles the header image and text displayed on the blog. * * @see polite_custom_header_setup(). */ function polite_header_style() { $header_text_color = get_header_textcolor(); /* * If no custom options for text are set, let's bail. * get_header_textcolor() options: Any hex value, 'blank' to hide text. Default: add_theme_support( 'custom-header' ). */ if ( get_theme_support( 'custom-header', 'default-text-color' ) === $header_text_color ) { return; } // If we get this far, we have custom styles. Let's do this. ?>