PATH:
home
/
letacommog
/
entrepro
/
wp-content
/
themes
/
rehub
/
admin
/
metabox
<?php if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly ?> <?php return array( 'id' => 'vcr', 'types' => array('page'), 'title' => __('Page options', 'rehub_framework'), 'priority' => 'low', 'context' => 'side', 'mode' => WPALCHEMY_MODE_EXTRACT, 'template' => array( array( 'type' => 'radiobutton', 'name' => 'header_disable', 'label' => __('How to show header?', 'rehub_framework'), 'default' => '0', 'items' => array( array( 'value' => '0', 'label' => __('Default', 'rehub_framework'), ), array( 'value' => '1', 'label' => __('Disable header', 'rehub_framework'), ), array( 'value' => '2', 'label' => __('Transparent', 'rehub_framework'), ), ) ), array( 'type' => 'toggle', 'name' => 'menu_disable', 'label' => __('Disable menu', 'rehub_framework'), ), array( 'type' => 'toggle', 'name' => 'footer_disable', 'label' => __('Disable footer', 'rehub_framework'), ), array( 'type' => 'radiobutton', 'name' => 'content_type', 'label' => __('Type of content area', 'rehub_framework'), 'default' => 'normal_post', 'items' => array( array( 'value' => 'def', 'label' => __('Default content box', 'rehub_framework'), ), array( 'value' => 'no_shadow', 'label' => __('Content box without border', 'rehub_framework'), ), array( 'value' => 'full_post_area', 'label' => __('Full width of browser window', 'rehub_framework'), ), ), 'default' => array( 'full_post_area', ), ), array( 'type' => 'toggle', 'name' => 'bg_disable', 'label' => __('Disable default background image', 'rehub_framework'), ), ), 'include_template' => 'visual_builder.php', ); /** * EOF */
[+]
..
[-] page_toptable.php
[edit]
[-] visual_builder.php
[edit]
[-] aff_links.php
[edit]
[-] page_review.php
[edit]
[-] catalogue_constructor.php
[edit]
[-] woo_review.php
[edit]
[-] offermeta.php
[edit]
[-] post_type_side.php
[edit]
[-] multioffermeta.php
[edit]
[-] post_type.php
[edit]
[-] class-rh-meta-box.php
[edit]
[-] page_meta.php
[edit]
[-] page_topchart.php
[edit]