File "_settings.tpl.php"
Full Path: /home/siazco/grocery.siazco.se/wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_settings.tpl.php
File size: 965 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
if ( ! defined( 'ABSPATH' ) ) {
die( '-1' );
}
$tabs = array();
foreach ( vc_settings()->getTabs() as $tab => $title ) {
$tabs[] = array( $tab . '-tab', $title );
}
vc_include_template( 'pages/partials/vc-roles-parts/_part.tpl.php', array(
'part' => $part,
'role' => $role,
'params_prefix' => 'vc_roles[' . $role . '][' . $part . ']',
'controller' => vc_role_access()->who( $role )->part( $part ),
'custom_value' => 'custom',
'capabilities' => $tabs,
'options' => array(
array( true, esc_html__( 'All', 'js_composer' ) ),
array( 'custom', esc_html__( 'Custom', 'js_composer' ) ),
array( false, esc_html__( 'Disabled', 'js_composer' ) ),
),
'main_label' => esc_html__( 'Settings options', 'js_composer' ),
'custom_label' => esc_html__( 'Settings options', 'js_composer' ),
'description' => esc_html__( 'Control access rights to WPBakery Page Builder admin settings tabs (e.g. General Settings, Shortcode Mapper, ...)', 'js_composer' ),
) );