Remove gravity links.ab#784
Conversation
Codecov Report❌ Patch coverage is
❌ Your patch status has failed because the patch coverage (0.00%) is below the target coverage (70.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## dev #784 +/- ##
============================================
+ Coverage 14.17% 14.47% +0.29%
- Complexity 5481 5539 +58
============================================
Files 262 263 +1
Lines 27096 27207 +111
============================================
+ Hits 3842 3938 +96
- Misses 23254 23269 +15 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Pull request overview
This PR removes Gravity Forms add-on promotional links from the settings footer and admin bar, aligning the UI with task https://app.doboard.com/1/task/46614.
Changes:
- Removed the Gravity Add-On entry from the “Recommended plugins” footer links list.
- Updated the footer links PHPUnit test to match the new single-link structure.
- Removed the admin bar “invite to install” node logic for the GF2DB add-on and simplified node insertion.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| tests/StandaloneFunctions/TestSettingsFooterLinks.php | Updates assertions to reflect removal of the Gravity Add-On footer link. |
| templates/apbct_settings__footer.php | Removes the Gravity Add-On “Recommended plugins” footer link entry. |
| inc/cleantalk-admin.php | Removes GF2DB “invite to install” admin bar node logic and changes how project manager/GF2DB nodes are added. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
https://app.doboard.com/1/task/46614