Skip to content

Commit

Permalink
Merge branch 'fix/contact-button-help-link' into feature/19514549-hel…
Browse files Browse the repository at this point in the history
…p-link
  • Loading branch information
gabriel-glo committed Jun 14, 2024
2 parents 73305c4 + f8cb66c commit e7f8a60
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/conversion-center/base/widget-contact-button-base.php
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,10 @@ public function get_stack( $with_common_controls = true ): array {
return parent::get_stack( false );
}

public function get_help_url(): string {
return 'https://elementor.com/help/';
}

protected function register_controls(): void {

$this->add_content_tab();
Expand Down

0 comments on commit e7f8a60

Please sign in to comment.