first commit

This commit is contained in:
2024-07-15 11:28:08 +02:00
commit f52d538ea5
21891 changed files with 6161164 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
<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>