Remove Elementor widget benifit?
-
Hi,
I removed some Elementor’s widget based on this code (https://github.com/pojome/elementor/issues/536#issuecomment-347572684)
add_action('elementor/widgets/widgets_registered', 'custom_unregister_elementor_widgets'); function custom_unregister_elementor_widgets($obj){ $obj->unregister_widget_type('image'); // This hides the Image widget for example }
Do we have any benifits from removing widgets (Just keep some common used widget)? Does Elementor load faster and JS/CSS file reduced?
Thanks!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Remove Elementor widget benifit?’ is closed to new replies.