/
/
home
/
melaqxso
/
nymetrocualumni.com
/
wp-content
/
themes
/
hub
/
theme
/
metaboxes
Server: server63.web-hosting.com (198.54.116.184)
You: 216.73.216.61
PHP 7.4.33
Dir:
/home/melaqxso/nymetrocualumni.com/wp-content/themes/hub/theme/metaboxes
Edit:
/home/melaqxso/nymetrocualumni.com/wp-content/themes/hub/theme/metaboxes/liquid-footer.php
<?php /* * Footer Section * * Available options on $section array: * separate_box (boolean) - separate metabox is created if true * box_title - title for separate metabox * title - section title * desc - section description * icon - section icon * fields - fields, @see https://docs.reduxframework.com/ for details */ if ( class_exists( 'Liquid_Elementor_Addons' ) && defined( 'ELEMENTOR_VERSION' )){ return; } $sections[] = array( 'post_types' => apply_filters( 'liquid_hfp_cpt', array( 'post', 'page' ) ), 'title' => esc_html__('Footer', 'hub'), 'icon' => 'el-icon-cog', 'fields' => array( array( 'id' => 'footer-enable-switch', 'type' => 'button_set', 'title' => esc_html__( 'Footer', 'hub' ), 'subtitle' => esc_html__( 'If on, this layout part will be displayed.', 'hub' ), 'options' => array( 'on' => esc_html__( 'On', 'hub' ), '0' => esc_html__( 'Default', 'hub' ), 'off' => esc_html__( 'Off', 'hub' ), ) ), array( 'id' => 'footer-template', 'type' => 'select', 'title' => esc_html__( 'Footer Style', 'hub' ), 'subtitle' => esc_html__( 'Choose the footer style amongst you created, selecting a footer will overwrite the theme options.', 'hub' ), 'data' => 'post', 'args' => array( 'post_type' => 'liquid-footer', 'posts_per_page' => -1 ), 'required' => array( 'footer-enable-switch', '!=', 'off' ), ) ), // #fields );
Ukuran: 1.5 KB