PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
themes
/
wpnull24
/
framework
/
config
/
elements
<?php defined( 'ABSPATH' ) OR die( 'This script cannot be accessed directly.' ); // Get Page Blocks $us_page_blocks_list = us_get_posts_titles_for( 'us_page_block' ); // Visual Composer sends 'post_id' POST variable to the element popup. We will use it to remove current page block from list. if ( ! empty( $_POST['post_id'] ) AND isset( $us_page_blocks_list[ $_POST['post_id'] ] ) ) { unset( $us_page_blocks_list[ $_POST['post_id'] ] ); } return array( 'title' => __( 'Page Block', 'us' ), 'icon' => 'far fa-square', 'params' => array( 'id' => array( 'title' => __( 'Page Block', 'us' ), 'type' => 'select', 'options' => $us_page_blocks_list, 'std' => '', 'admin_label' => TRUE, ), 'remove_rows' => array( 'switch_text' => __( 'Exclude Rows and Columns in selected Page Block', 'us' ), 'type' => 'switch', 'std' => FALSE, ), 'force_fullwidth_rows' => array( 'switch_text' => __( 'Stretch content of Rows to the full width', 'us' ), 'type' => 'switch', 'std' => FALSE, 'show_if' => array( 'remove_rows', '=', '' ), ), ), );
[+]
..
[-] hwrapper.php
[edit]
[-] gmaps.php
[edit]
[-] dropdown.php
[edit]
[-] search.php
[edit]
[-] page_title.php
[edit]
[-] post_title.php
[edit]
[-] pricing.php
[edit]
[-] carousel.php
[edit]
[-] grid.php
[edit]
[-] add_to_cart.php
[edit]
[-] iconbox.php
[edit]
[-] cform.php
[edit]
[-] image_slider.php
[edit]
[-] additional_menu.php
[edit]
[-] .elements.php
[edit]
[-] product_field.php
[edit]
[-] scroller.php
[edit]
[-] post_comments.php
[edit]
[-] product_ordering.php
[edit]
[-] post_taxonomy.php
[edit]
[-] counter.php
[edit]
[-] itext.php
[edit]
[-] html.php
[edit]
[-] vwrapper.php
[edit]
[-] text.php
[edit]
[-] post_custom_field.php
[edit]
[-] sharing.php
[edit]
[-] page_block.php
[edit]
[-] menu.php
[edit]
[-] flipbox.php
[edit]
[-] popup.php
[edit]
[-] post_author.php
[edit]
[-] socials.php
[edit]
[-] post_date.php
[edit]
[-] btn.php
[edit]
[-] post_image.php
[edit]
[-] message.php
[edit]
[-] breadcrumbs.php
[edit]
[-] progbar.php
[edit]
[-] cta.php
[edit]
[-] post_content.php
[edit]
[-] _example.php
[edit]
[-] post_navigation.php
[edit]
[-] image.php
[edit]
[-] separator.php
[edit]
[-] product_gallery.php
[edit]
[-] contacts.php
[edit]
[-] cart.php
[edit]
[-] person.php
[edit]