Файловый менеджер - Редактировать - /home/freeclou/optimyar/wp-content/plugins/jet-blocks/templates/admin-templates/general-settings.php
Назад
<div class="jet-blocks-settings-page jet-blocks-settings-page__general" > <div class="cx-vui-subtitle cx-vui-subtitle--divider"><?php _e( 'Editor Load Level', 'jet-blocks' ); // phpcs:ignore ?></div> <cx-vui-select name="widgets_load_level" label="<?php _e( 'Editor Load Level', 'jet-blocks' ); // phpcs:ignore ?>" description="<?php _e( 'Choose a certain set of options in the widget’s Style tab by moving the slider, and improve your Elementor editor performance by selecting appropriate style settings fill level (from None to Full level)', 'jet-blocks' ); // phpcs:ignore ?>" :wrapper-css="[ 'equalwidth' ]" size="fullwidth" :options-list="pageOptions.widgets_load_level.options" v-model="pageOptions.widgets_load_level.value"> </cx-vui-select> <div class="cx-vui-subtitle cx-vui-subtitle--divider"><?php _e( 'Taxonomy to show in breadcrumbs for content types', 'jet-blocks' ); // phpcs:ignore ?></div> <?php $post_types = get_post_types( array( 'public' => true ), 'objects' ); $deny_list = array( 'elementor_library', 'jet-theme-core' ); if ( is_array( $post_types ) && ! empty( $post_types ) ) { foreach ( $post_types as $post_type ) { if ( in_array( $post_type->name, $deny_list ) ) { continue; } $taxonomies = get_object_taxonomies( $post_type->name, 'objects' ); if ( is_array( $taxonomies ) && ! empty( $taxonomies ) ) { $post_type_name = 'breadcrumbs_taxonomy_' . $post_type->name; ?> <cx-vui-select name="<?php echo esc_attr( $post_type_name ); ?>" label="<?php echo esc_attr( $post_type->label ); ?>" :wrapper-css="[ 'equalwidth' ]" size="fullwidth" :options-list="pageOptions['<?php echo $post_type_name; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>']['options']" v-model="pageOptions['<?php echo $post_type_name; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>']['value']" ></cx-vui-select><?php } } } ?> </div>
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка