https://developers.elementor.com/docs/hooks/elementor-init/
https://developers.elementor.com/docs/hooks/elementor-loaded/
function add_panel_tab() {
\Elementor\Controls_Manager::add_tab(
'new-tab',
esc_html__( 'New Tab', 'plugin-name' )
);
}
add_action( 'elementor/init', 'add_panel_tab' );
https://developers.elementor.com/docs/hooks/frontend-content/
https://developers.elementor.com/docs/hooks/render-frontend-elements/
https://developers.elementor.com/docs/hooks/placeholder-image/
https://developers.elementor.com/docs/hooks/print-google-fonts/
https://developers.elementor.com/docs/hooks/print-widget-template/
https://developers.elementor.com/docs/hooks/render-widget-content/
https://developers.elementor.com/docs/hooks/shapes/
https://developers.elementor.com/docs/hooks/widget-skins/
https://developers.elementor.com/docs/hooks/save-editor-data/
https://developers.elementor.com/docs/hooks/parse-element-css/
https://developers.elementor.com/docs/hooks/custom-query-filter/
https://developers.elementor.com/docs/hooks/injecting-controls/