feat(v1.8.0): Twitter-style conversation modal, light theme, major CSS/JS refactor

This commit is contained in:
SamiAhmed7777
2026-06-09 18:18:55 -07:00
parent 955e443274
commit ba00d0d382
9 changed files with 1330 additions and 932 deletions
+4 -2
View File
@@ -8,7 +8,9 @@ if (!defined('ABSPATH')) {
exit;
}
if (did_action('elementor/core')) {
// Beep works fine without Elementor: this file is only loaded from the
// 'elementor/widgets/register' hook, and bails unless Elementor is present.
if (!class_exists('\Elementor\Widget_Base')) {
return;
}
@@ -122,6 +124,6 @@ class Beep_Elementor_Widget extends \Elementor\Widget_Base {
'limit' => (int) $settings['limit'],
];
echo Beep_Shortcode::render_beep_feed($atts);
echo Beep_Shortcode::render_feed($atts);
}
}