Skip to content

Commit

Permalink
update action links
Browse files Browse the repository at this point in the history
  • Loading branch information
sudipto-me committed May 22, 2022
1 parent 15a89e9 commit 48f0bc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wp-content-pilot.php
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ public function plugin_action_links( $links ) {
'upgrade' => '<a href="'. esc_url( $upgrade_link ).'" style="color: red;font-weight: bold;" target="_blank">' . __( 'Go Pro', 'wp-content-pilot' ) . '</a>'
);

$links = array_merge_recursive( $links, $upgrade_links );
$links = array_merge( $links, $upgrade_links );
}

return $links;
Expand Down

0 comments on commit 48f0bc3

Please sign in to comment.