File "logo.php"

Full Path: /home/elegucvf/public_html/video/wp-content/wp-includes/wp-content/plugins/atlas-core/functions/redux-sections/logo.php
File size: 971 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
Redux::set_section( $opt_name, array(
	'title'    => esc_html__( 'Logo', 'atlas-core' ),
	'heading'    => esc_html__( 'Default Main Logo', 'atlas-core' ),
	'id'       => 'logo_settings',
	'subtitle' => '',
	'icon'     => 'el el-asterisk',
	'fields'   => array_merge(
		th90_logo_array_options( '', 'Main', $th90_def_options, $th90_def_output ),
		array(
			array(
		        'id' 	=> 'section-mob_header_logo-start',
		        'type' 	=> 'section',
		        'title' 	=> esc_html__( 'Default Mobile Logo & AMP Logo', 'atlas-core' ),
				'indent' 	=> true,
		    ),
		),
		th90_logo_array_options( '_mobile', 'Mobile', $th90_def_options, $th90_def_output ),
		array(
			array(
		        'id' 	=> 'section-offcanvas_logo-start',
		        'type' 	=> 'section',
		        'title' 	=> esc_html__( 'OffCanvas Logo', 'atlas-core' ),
				'indent' 	=> true,
		    ),

		),
		th90_logo_array_options( '_offcanvas', 'OffCanvas', $th90_def_options, $th90_def_output ),
	),
));