/
/
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-content.php
<?php /* * Content 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 */ $sections[] = array( 'post_types' => array( 'page' ), 'title' => esc_html__( 'Content', 'hub' ), 'desc' => esc_html__( 'Change the content section configuration.', 'hub' ), 'icon' => 'el-icon-lines', 'fields' => array( array( 'id' => 'page-margin-local', 'type' => 'select', 'title' => esc_html__( 'Content Padding', 'hub' ), 'subtitle' => esc_html__( 'Select desired padding for the content', 'hub' ), 'options' => array( '' => esc_html__( 'Default', 'hub' ), 'section-no-padding' => esc_html__( 'No padding', 'hub' ), 'section-padding-top' => esc_html__( 'Only padding top', 'hub' ), 'section-padding-bottom' => esc_html__( 'Only padding bottom', 'hub' ), ), 'default' => '', ), ), );
Ukuran: 1.1 KB