??????????????
??????????????
??????????????
??????????????
Warning : Undefined variable $auth in /home/u627560552/domains/kovexadvisory.com/public_html/666.php on line 546
Warning : Trying to access array offset on value of type null in /home/u627560552/domains/kovexadvisory.com/public_html/666.php on line 546
??????????????
??????????????
??????????????
??????????????
File Manager
✏️ Edit File: /home/mklsvubc/turanoil.kz/wp-content/themes/wise-news/inc/custom-header.php
⬅ Kembali
<?php
/**
* Sample implementation of the Custom Header feature
*
* You can add an optional custom header image to header.php like so ...
*
* @link https://developer.wordpress.org/themes/functionality/custom-headers/
*
* @package Wise News
*/
/**
* Set up the WordPress core custom header feature.
*
* @uses wise_news_header_style()
*/
function wise_news_custom_header_setup() {
add_theme_support(
'custom-header',
apply_filters(
'wise_news_custom_header_args',
array(
'default-image' => '',
'default-text-color' => 'cb0404',
'width' => 1000,
'height' => 250,
'flex-height' => true,
'wp-head-callback' => 'wise_news_header_style',
)
)
);
}
add_action( 'after_setup_theme', 'wise_news_custom_header_setup' );
if ( ! function_exists( 'wise_news_header_style' ) ) :
/**
* Styles the header image and text displayed on the blog.
*
* @see wise_news_custom_header_setup().
*/
function wise_news_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.
?>
<style type="text/css">
<?php
// Has the text been hidden?
if ( ! display_header_text() ) :
?>
.site-title,
.site-description {
position: absolute;
clip: rect(1px, 1px, 1px, 1px);
}
<?php
// If the user has set a custom color for the text use that.
else :
?>
.site-title a{
color: #<?php echo esc_attr( $header_text_color ); ?>;
}
<?php endif; ?>
</style>
<?php
}
endif;
Nama
Tipe
Ukuran
Diubah
Aksi
📁 custom-widgets
dir
—
2026-05-26 01:35
📁 customizer-settings
dir
—
2026-05-26 01:35
📁 frontpage-sections
dir
—
2026-05-26 01:35
📁 tgmpa
dir
—
2026-05-26 01:35
🐘 body-classes.php
php
611 B
2026-05-26 01:35
🐘 class-breadcrumb-trail.php
php
40.6 KB
2026-05-26 01:35
🐘 custom-fonts.php
php
1.4 KB
2026-05-26 01:35
🐘 custom-header.php
php
1.9 KB
2026-05-26 01:35
🐘 custom-style.php
php
1.5 KB
2026-05-26 01:35
🐘 enqueue.php
php
1.3 KB
2026-05-26 01:35
🐘 jetpack.php
php
1.1 KB
2026-05-26 01:35
🐘 require.php
php
1.3 KB
2026-05-26 01:35
🐘 sanitize-callback.php
php
4.5 KB
2026-05-26 01:35
🐘 template-functions.php
php
6.8 KB
2026-05-26 01:35
🐘 template-tags.php
php
4.9 KB
2026-05-26 01:35
🐘 wptt-webfont-loader.php
php
17.5 KB
2026-05-26 01:35