Uname: Linux p3plzcpnl499967.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
Software: Apache
PHP version: 8.2.30 [ PHP INFO ] PHP os: Linux
Server Ip: 208.109.40.231
Your Ip: 216.73.216.173
User: nayff91c5tsx (10005085) | Group: nayff91c5tsx (10005085)
Safe Mode: OFF
Disable Function:
NONE

name : 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' ); ?></div>

	<cx-vui-select
		name="widgets_load_level"
		label="<?php _e( 'Editor Load Level', 'jet-blocks' ); ?>"
		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' ); ?>"
		: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' ); ?></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 $post_type_name; ?>"
					label="<?php echo $post_type->label; ?>"
					:wrapper-css="[ 'equalwidth' ]"
					size="fullwidth"
					:options-list="pageOptions['<?php echo $post_type_name; ?>']['options']"
					v-model="pageOptions['<?php echo $post_type_name; ?>']['value']"
				></cx-vui-select><?php
			}
		}
	}
	?>
</div>
© 2026 GrazzMean