feat(v1.8.0): Twitter-style conversation modal, light theme, major CSS/JS refactor
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user