/home/techb158/l2hypotheques.com/wp-content/themes/pylon/inc
NameSizeModeActions
header/-0755rm
merlin/-0755rm
metabox-and-options/-0755rm
plugins/-0755rm
class-tgm-plugin-activation.php1228780644editdlrm
comment-template.php25700644editdlrm
comments-list.php24610644editdlrm
css-and-js.php79070644editdlrm
custom-header.php19520644editdlrm
customizer.php17890644editdlrm
demo-wizard.php61430644editdlrm
footer-widget.php27360644editdlrm
inline-style.php132630644editdlrm
merlin-config.php22000644editdlrm
mobile-menu.php00644editdlrm
nav-menu-walker.php12640644editdlrm
plugins-activation.php31080644editdlrm
template-functions.php39090644editdlrm
template-tags.php37130644editdlrm
widget-area-init.php36690644editdlrm
woocommerce.php102470644editdlrm
Edit: /home/techb158/l2hypotheques.com/wp-content/themes/pylon/inc/custom-header.php (1952B)
* * @link https://developer.wordpress.org/themes/functionality/custom-headers/ * * @package pylon */ /** * Set up the WordPress core custom header feature. * * @uses pylon_header_style() */ function pylon_custom_header_setup() { add_theme_support( 'custom-header', apply_filters( 'pylon_custom_header_args', array( 'default-image' => '', 'default-text-color' => '000000', 'width' => 1000, 'height' => 250, 'flex-height' => true, 'wp-head-callback' => 'pylon_header_style', ) ) ); } add_action( 'after_setup_theme', 'pylon_custom_header_setup' ); if ( ! function_exists( 'pylon_header_style' ) ) : /** * Styles the header image and text displayed on the blog. * * @see pylon_custom_header_setup(). */ function pylon_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. ?>