PATH:
home
/
bkunreyz
/
bcmuslimgolfers.com
/
wp-content
/
themes
/
organization
/
includes
<?php function organization_custom_header_setup() { add_theme_support( 'custom-header', array( 'default-image' => get_template_directory_uri() . '/images/header.jpg', 'default-text-color' => 'fff', 'width' => 1800, 'height' => 848, 'flex-height' => true, 'video' => true, 'video-active-callback' => '', ) ); } add_action( 'after_setup_theme', 'organization_custom_header_setup' ); function organization_video_settings( $settings ) { $settings['l10n']['play'] = '<i class="fa fa-play"></i>'; $settings['l10n']['pause'] = '<i class="fa fa-pause"></i>'; $settings['minWidth'] = '100'; $settings['minHeight'] = '100'; return $settings; } add_filter( 'header_video_settings', 'organization_video_settings' );
[-] customizer.php
[edit]
[-] banner-background.php
[edit]
[-] customizer-styles.php
[edit]
[+]
..
[-] popularfx.php
[edit]
[-] custom-header.php
[edit]