Skip to content

Commit

Permalink
Return the actual links
Browse files Browse the repository at this point in the history
  • Loading branch information
kasparsd committed Apr 27, 2020
1 parent 4f82f0a commit cd1f6f9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/WidgetContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -230,11 +230,13 @@ public function plugin_action_links( $links ) {
);

if ( $this->pro_nag_enabled() ) {
$settings_link[] = sprintf(
$links[] = sprintf(
'<a href="%s" target="_blank">PRO 🚀</a>',
esc_url( 'https://widgetcontext.com/pro' )
);
}

return $links;
}

function set_widget_contexts_frontend() {
Expand Down

0 comments on commit cd1f6f9

Please sign in to comment.