Skip to content

Commit

Permalink
Merge pull request #12 from 10up/feature/19514549-help-link
Browse files Browse the repository at this point in the history
Tweak: Custom help link on contact buttons
  • Loading branch information
mserino committed Jun 14, 2024
2 parents 7ddd87a + e7f8a60 commit a2c184f
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 @@ -244,6 +244,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 a2c184f

Please sign in to comment.