|
Server : LiteSpeed System : Linux server104.web-hosting.com 4.18.0-513.24.1.lve.1.el8.x86_64 #1 SMP Thu May 9 15:10:09 UTC 2024 x86_64 User : saleoqej ( 6848) PHP Version : 8.0.30 Disable Function : NONE Directory : /home/saleoqej/chijamzacademy.com/wp-content/plugins/thrive-visual-editor/inc/menu/ |
<?php
/**
* Thrive Themes - https://thrivethemes.com
*
* @package thrive-theme
*/
if ( ! defined( 'ABSPATH' ) ) {
exit; // Silence is golden
}
$widgets = tcb_elements()->get_external_widgets();
?>
<div id="tve-widget-component" class="tve-component" data-view="Widget">
<div class="dropdown-header" data-prop="docked">
<?php echo esc_html__( 'Widget', 'thrive-cb' ); ?>
<i></i>
</div>
<div class="dropdown-content">
<div class="tcb-text-center mb-10 mr-5 ml-5">
<button class="tve-button orange click" data-fn="editWidget">
<?php echo __( 'Edit design', 'thrive-cb' ); ?>
</button>
</div>
<?php foreach ( $widgets as $widget ) : ?>
<div id="<?php echo esc_attr( 'widget_' . $widget->id_base ); ?>" class="widget-form" data-name="<?php echo esc_attr( $widget->name ); ?>">
<?php
echo tcb_template( 'widget-form.php', [ // phpcs:ignore
'widget' => $widget,
'form_data' => [],
], true );
?>
</div>
<?php endforeach; ?>
</div>
</div>