Skip to content

Commit

Permalink
Internal: Changed the Optimized Markup experiment to a hidden experim…
Browse files Browse the repository at this point in the history
…ent [ED-14690] (elementor#27367)
  • Loading branch information
rami-elementor authored May 19, 2024
1 parent fea8e43 commit 626edbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/experiments/manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,7 @@ private function add_default_features() {
'title' => esc_html__( 'Optimized Markup', 'elementor' ),
'tag' => esc_html__( 'Performance', 'elementor' ),
'description' => esc_html__( 'Reduce the DOM size by eliminating HTML tags in various elements and widgets. This experiment includes markup changes so it might require updating custom CSS/JS code and cause compatibility issues with third party plugins.', 'elementor' ),
static::TYPE_HIDDEN => true,
'release_status' => self::RELEASE_STATUS_DEV,
'default' => self::STATE_INACTIVE,
] );
Expand Down

0 comments on commit 626edbe

Please sign in to comment.