File manager - Edit - /home/theblueo/www/wp-content/plugins/js_composer/include/templates/editors/partials/add_element_tabs.tpl.php
Back
<?php if ( ! defined( 'ABSPATH' ) ) { die( '-1' ); } $other_tab = false; $tabs = array( array( 'name' => __( 'All', 'js_composer' ), 'active' => true, 'filter' => '*', ), ); foreach ( $categories as $key => $name ) { if ( '_other_category_' === $name ) { $other_tab = array( 'name' => __( 'Other', 'js_composer' ), 'filter' => '.js-category-' . $key, 'active' => false, ); continue; } if ( 'deprecated' === $name ) { $name = __( 'Deprecated', 'js_composer' ); $filter = '.js-category-deprecated'; } else { $filter = '.js-category-' . md5( $name ); } $tabs[] = array( 'name' => $name, 'filter' => $filter, 'active' => false, ); } if ( $other_tab ) { $tabs[] = $other_tab; } $tabs = apply_filters( 'vc_add_element_categories', $tabs ); ?> <ul class="vc_general vc_ui-tabs-line" data-vc-ui-element="panel-tabs-controls"> <?php foreach ( $tabs as $v ) : ?> <?php $classes = array( 'vc_edit-form-tab-control' ); if ( $v['active'] ) { $classes[] = 'vc_active'; } ?> <li class="<?php echo implode( ' ', $classes ) ?>" data-vc-ui-element="panel-add-element-tab"> <button class="vc_ui-tabs-line-trigger vc_add-element-filter-button" data-vc-ui-element="panel-tab-control" data-filter="<?php echo $v['filter'] ?>"> <?php echo $v['name'] ?> </button> </li> <?php endforeach ?> <li class="vc_ui-tabs-line-dropdown-toggle" data-vc-action="dropdown" data-vc-content=".vc_ui-tabs-line-dropdown" data-vc-ui-element="panel-tabs-line-toggle"> <span class="vc_ui-tabs-line-trigger" data-vc-accordion="" data-vc-container=".vc_ui-tabs-line-dropdown-toggle" data-vc-target=".vc_ui-tabs-line-dropdown"> </span> <ul class="vc_ui-tabs-line-dropdown" data-vc-ui-element="panel-tabs-line-dropdown"></ul> </li> </ul>
| ver. 1.4 |
Github
|
.
| PHP 7.0.33 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings