Skip to content

Commit

Permalink
redirect to install page
Browse files Browse the repository at this point in the history
  • Loading branch information
vraja-pro committed Jan 3, 2025
1 parent 65a6732 commit 4230698
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export const GoogleSiteKitIntegration = () => {

if ( ! isInstalled ) {
button.children = buttonLabels.install;
button.href = "/wp-admin/plugins.php";
button.href = "/wp-admin/plugin-install.php?s=google%2520site%2520kit&tab=search&type=term";
} else if ( ! isActive ) {
button.children = buttonLabels.activate;
button.href = "/wp-admin/plugins.php";
Expand Down

0 comments on commit 4230698

Please sign in to comment.