Add Plugin Check Workflow#451
Open
peterwilsoncc wants to merge 40 commits into
Open
Conversation
2038397 to
0cf6831
Compare
Contributor
🔍 WordPress Plugin Check Report
📊 Report
|
| 📍 Line | 🔖 Check | 💬 Message |
|---|---|---|
410 |
Squiz.PHP.DiscouragedFunctions.Discouraged | The use of function ini_set() is discouraged |
🤖 Generated by WordPress Plugin Check Action • Learn more about Plugin Check
dkotter
previously approved these changes
May 21, 2026
011568a to
8df390c
Compare
…ue to custom sanitization functions.
8df390c to
7435a51
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Warning
This is forked from #449 and should not be merged prior to that PR.
Description of the Change
Adds the WordPress Plugin Check workflow.
There are a lot of warnings showing for the prefix
srm_rather thansafe_redirect_manager_. It would have been flagged in a more recent submission but 14 years ago when the plugin was submitted it was accepted.I can't see a way of setting the plugin check to accept srm as a prefix.
Closes #450
How to test the Change
Review plugin workflow and ensure it passes.
Changelog Entry
Credits
Props @peterwilsoncc
Checklist: