Check it out!', 'hello-plus' ), admin_url( 'theme-install.php?theme=hello-biz' ) ), [ 'a' => [ 'href' => [], ], ] ), esc_html__( 'Plugin Activation Error', 'hello-plus' ), [ 'back_link' => true ] ); } if ( Utils::is_elementor_active() && ! Utils::is_active_elementor_version_supported() ) { deactivate_plugins( HELLOPLUS_PLUGIN_BASE ); wp_die( esc_html( Utils::get_update_elementor_message() ), esc_html__( 'Plugin Activation Error', 'hello-plus' ), [ 'back_link' => true ] ); } } public function __construct() { add_action( 'hello-plus/activate', [ $this, 'activate' ] ); } }