Skip to content

Conversation

@iqbal-web
Copy link
Contributor

What?

Adds action links to the plugin list table #97

Why?

The plugin was missing the action link for “Settings” on the Plugins page in the WordPress admin. Because this link was not present, users had no direct way to navigate to the plugin’s settings page from the plugin list table, which reduces usability and is inconsistent with standard WordPress plugin behavior.

@github-actions
Copy link

github-actions bot commented Nov 24, 2025

The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the props-bot label.

If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.

Co-authored-by: iqbal-web <[email protected]>
Co-authored-by: dkotter <[email protected]>

To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook.

@jeffpaul jeffpaul added this to the 0.2.0 milestone Nov 25, 2025
@jeffpaul jeffpaul self-requested a review November 25, 2025 14:05
@jeffpaul jeffpaul linked an issue Nov 26, 2025 that may be closed by this pull request
@jeffpaul jeffpaul requested a review from dkotter November 26, 2025 18:27
Copy link
Collaborator

@dkotter dkotter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are some PHPStan errors that need cleaned up here, as well as merging the latest from trunk to fix unit test failures. Once that's cleaned up, I think this will be good to go

@jeffpaul jeffpaul changed the base branch from trunk to develop November 26, 2025 22:08
@codecov
Copy link

codecov bot commented Nov 27, 2025

Codecov Report

❌ Patch coverage is 0% with 7 lines in your changes missing coverage. Please review.
✅ Project coverage is 29.37%. Comparing base (d49b3d7) to head (4bbc5ea).
⚠️ Report is 16 commits behind head on develop.

Files with missing lines Patch % Lines
includes/bootstrap.php 0.00% 7 Missing ⚠️
Additional details and impacted files
@@              Coverage Diff              @@
##             develop      #98      +/-   ##
=============================================
- Coverage      29.61%   29.37%   -0.24%     
  Complexity       145      145              
=============================================
  Files             14       14              
  Lines            878      885       +7     
=============================================
  Hits             260      260              
- Misses           618      625       +7     
Flag Coverage Δ
unit 29.37% <0.00%> (-0.24%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@iqbal-web
Copy link
Contributor Author

There are some PHPStan errors that need cleaned up here, as well as merging the latest from trunk to fix unit test failures. Once that's cleaned up, I think this will be good to go

Fixed PHPStan errors and merged with trunk @dkotter @jeffpaul

@jeffpaul jeffpaul requested a review from dkotter November 28, 2025 15:54
@iqbal-web
Copy link
Contributor Author

Suggested change Updated @dkotter

@dkotter dkotter merged commit c6b3b50 into WordPress:develop Dec 1, 2025
24 of 27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Adds action links to the plugin list table

3 participants