Elementor – Changing the order of Widget Categories in elementor
I want to keep my custom category first.Someone can help. See this my Code, function add_elementor_widget_categories( $elements_manager ) { $elements_manager->add_category( 'custom-widget', [ 'title' => __( 'Custom Widget', 'elementor' ), 'icon' => 'fa fa-plug', 'active' => true, ] ); } add_action(…