This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
add_action('elementor/elements/elements_registered', function () { | |
if (!\Elementor\Plugin::$instance->editor->is_edit_mode()) { | |
return; | |
} | |
class Extended_Shortcode_Widget extends \Elementor\Widget_Shortcode | |
{ | |
public function get_name() | |
{ | |
return 'shortcode'; |