Current File : /home/kelaby89/topflowroofingplumbing.com.au/wp-content/plugins/homlane-plugin/metabox/footer.php
<?php

return array(
	'id'     => 'homlane_footer_settings',
	'title'  => esc_html__( "Homlane Footer Settings", "konia" ),
	'fields' => array(
		array(
			'id'      => 'footer_source_type',
			'type'    => 'button_set',
			'title'   => esc_html__( 'Footer Source Type', 'homlane' ),
			'options' => array(
				'd'    => esc_html__( 'Default', 'homlane' ),
				'e'    => esc_html__( 'Elementor', 'homlane' ),
			),
			'default' => '',
		),
		array(
			'id'       => 'footer_elementor_template',
			'type'     => 'select',
			'title'    => __( 'Template', 'viral-buzz' ),
			'data'     => 'posts',
			'args'     => [
				'post_type' => [ 'elementor_library' ],
				'posts_per_page'=> -1,
				'orderby'  => 'title',
				'order'     => 'DESC'
			],
			'required' => [ 'footer_source_type', '=', 'e' ],
		),
		array(
			'id'       => 'footer_style_settings',
			'type'     => 'image_select',
			'title'    => esc_html__( 'Choose Footer Styles', 'homlane' ),
			'options'  => array(
				'footer_v1' => array(
					'alt' => 'Footer Style One',
					'img' => get_template_directory_uri() . '/assets/images/redux/footer/footer1.png',
				),
				'footer_v2' => array(
					'alt' => 'Footer Style Two',
					'img' => get_template_directory_uri() . '/assets/images/redux/footer/footer2.png',
				),
				'footer_v3' => array(
					'alt' => 'Footer Style Three',
					'img' => get_template_directory_uri() . '/assets/images/redux/footer/footer3.png',
				),
				'footer_v4' => array(
					'alt' => 'Footer Style Four',
					'img' => get_template_directory_uri() . '/assets/images/redux/footer/footer4.png',
				),
				'footer_v5' => array(
					'alt' => 'Footer Style Five',
					'img' => get_template_directory_uri() . '/assets/images/redux/footer/footer5.png',
				),
				'footer_v6' => array(
					'alt' => 'Footer Style Six',
					'img' => get_template_directory_uri() . '/assets/images/redux/footer/footer6.png',
				),
				'footer_v7' => array(
					'alt' => 'Footer Style Seven',
					'img' => get_template_directory_uri() . '/assets/images/redux/footer/footer7.png',
				),
				'footer_v8' => array(
					'alt' => 'Footer Style Eight',
					'img' => get_template_directory_uri() . '/assets/images/redux/footer/footer8.png',
				),
				'footer_v9' => array(
					'alt' => 'Footer Style Nine',
					'img' => get_template_directory_uri() . '/assets/images/redux/footer/footer9.png',
				),
				'footer_v10' => array(
					'alt' => 'Footer Style Ten',
					'img' => get_template_directory_uri() . '/assets/images/redux/footer/footer10.png',
				),
				'footer_v11' => array(
					'alt' => 'Footer Style Eleven',
					'img' => get_template_directory_uri() . '/assets/images/redux/footer/footer11.png',
				),
				'footer_v12' => array(
					'alt' => 'Footer Style Tewleve',
					'img' => get_template_directory_uri() . '/assets/images/redux/footer/footer12.png',
				),
			),
			'required' => array( array( 'footer_source_type', 'equals', 'd' ) ),
		),
	),
);
Page not found – Hello World !