Skip to content

Commit

Permalink
Set Prod Widget URL
Browse files Browse the repository at this point in the history
  • Loading branch information
bainternet committed Jan 21, 2025
1 parent 5e13c0d commit f95dab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/widget/module.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public function enqueue_accessibility_widget () : void {
* @return string
*/
public static function get_widget_url() : string {
return apply_filters( 'ea11y_widget_url', '' ); // TODO: add public url
return apply_filters( 'ea11y_widget_url', 'https://cdn.elementor.com/a11y/widget.js' );
}

/**
Expand Down

0 comments on commit f95dab6

Please sign in to comment.