SILENT KILLERPanel

Current Path: > home > > > > transcarter > www > > > wp-content > themes > bridge > framework > admin > meta-boxes > footer


Operation   : Linux host59.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Software     : Apache
Server IP    : 198.54.126.42 | Your IP: 216.73.216.8
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: /home////transcarter/www///wp-content/themes/bridge/framework/admin/meta-boxes/footer

NameTypeSizeLast ModifiedActions
map.php File 1590 bytes March 10 2023 20:42:10.

Reading File: /home////transcarter/www///wp-content/themes/bridge/framework/admin/meta-boxes/footer/map.php

<?php
if(!function_exists('bridge_qode_map_footer_meta_fields')) {

	function bridge_qode_map_footer_meta_fields() {

		$qodeFooter = bridge_qode_create_meta_box(
			array(
				'scope' => array('page', 'portfolio_page', 'post'),
				'title' => esc_html__('Qode Footer', 'bridge'),
				'name' => 'page_footer'
			)
		);

		bridge_qode_create_meta_box_field(
            array(
                'name'          => 'footer_top_per_page',
                'type'          => 'selectblank',
                'label'         => esc_html__('Show footer top', 'bridge'),
                'description'   => esc_html__('Enabling this option will show footer top on this page', 'bridge'),
                'parent'        => $qodeFooter,
                'options'       => array(
                    'no'	=>  esc_html__('No', 'bridge'),
                    'yes'	=>  esc_html__('Yes', 'bridge')
                )
            )
        );

        bridge_qode_create_meta_box_field(
            array(
                'name'          => 'footer_bottom_per_page',
                'type'          => 'selectblank',
                'label'         => esc_html__('Show footer bottom', 'bridge'),
                'description'   => esc_html__('Enabling this option will show footer bottom on this page', 'bridge'),
                'parent'        => $qodeFooter,
                'options'       => array(
                    'no' => 'No',
                    'yes' => 'Yes'
                )
            )
        );

	}

	add_action('bridge_qode_action_meta_boxes_map', 'bridge_qode_map_footer_meta_fields');
}

SILENT KILLER Tool