Appearance
Elementor has a hook that fires when a plugin is fully loaded.
elementor/init
function my_plugin() { // ... } add_action( 'elementor/init', 'my_plugin' );