get_css_assets_url( $path ); } public function __construct() { ( new PanelChip() )->init(); ( new Atomic_Widgets_Opt_In() )->init(); ( new OptInPage( $this ) )->init(); if ( ! $this->is_atomic_experiment_active() ) { return; } ( new WelcomeScreen() )->init(); } public function is_atomic_experiment_active(): bool { return Plugin::$instance->experiments->is_feature_active( Atomic_Widgets_Opt_In::EXPERIMENT_NAME ); } }