HEX
Server: Apache
System: Linux uws7-179.cafe24.com 3.10.0-1160.119.1p.el7.x86_64 #1 SMP Thu Sep 11 14:15:01 KST 2025 x86_64
User: medikors (1589)
PHP: 7.3.1p1
Disabled: mysql_pconnect
Upload Files
File: /medikors/www/eng/wp-content/plugins/jet-menu/templates/admin/tab-content.php
<div class="jet-content-tab-wrap">
	<div class="jet-enabled-wrap"><?php
		echo $enabled;
	?></div>
	<div class="jet-edit-content-btn">
		<?php if ( jet_menu()->has_elementor() ) : ?>
		<button class="cherry5-ui-button cherry5-ui-button-success-style button-hero jet-menu-editor"><?php
			esc_html_e( 'Edit Mega Menu Item Content', 'jet-menu' );
		?></button>
		<?php else : ?>
		<p><?php
			esc_html_e( 'This plugin requires Elementor page builder to edt Mega Menu items content', 'jet-menu' );
		?></p>
		<?php endif; ?>
	</div>
</div>