diff --git a/includes/Experiments.php b/includes/Experiments.php index 46bc6e50933a..99985c12e84b 100644 --- a/includes/Experiments.php +++ b/includes/Experiments.php @@ -321,6 +321,7 @@ public function get_experiments(): array { 'label' => __( 'Poster hotlinking', 'web-stories' ), 'description' => __( 'Enable story poster hotlinking', 'web-stories' ), 'group' => 'editor', + 'default' => true, ], /** * Author: @spacedmonkey @@ -332,6 +333,7 @@ public function get_experiments(): array { 'label' => __( 'Link icon hotlinking', 'web-stories' ), 'description' => __( 'Enable link icon hotlinking', 'web-stories' ), 'group' => 'editor', + 'default' => true, ], /** * Author: @spacedmonkey @@ -343,6 +345,7 @@ public function get_experiments(): array { 'label' => __( 'Video poster hotlinking', 'web-stories' ), 'description' => __( 'Enable video poster hotlinking', 'web-stories' ), 'group' => 'editor', + 'default' => true, ], /** * Author: @barklund