Skip to content

Commit

Permalink
Internal: Update Header & Footer experiment label (#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
rami-elementor authored May 28, 2024
1 parent fef2d55 commit 03c962a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion includes/elementor-functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,8 @@ function hello_get_footer_display() {
add_action( 'elementor/experiments/default-features-registered', function( \Elementor\Core\Experiments\Manager $experiments_manager ) {
$experiments_manager->add_feature( [
'name' => 'hello-theme-header-footer',
'title' => esc_html__( 'Hello Theme Header & Footer', 'hello-elementor' ),
'title' => esc_html__( 'Header & Footer', 'hello-elementor' ),
'tag' => esc_html__( 'Hello Theme', 'hello-elementor' ),
'description' => sprintf(
'%1$s <a href="%2$s" target="_blank">%3$s</a>',
esc_html__( 'Customize and style the builtin Hello Theme’s cross-site header & footer from the Elementor "Site Settings" panel.', 'hello-elementor' ),
Expand Down

0 comments on commit 03c962a

Please sign in to comment.