-
-
Notifications
You must be signed in to change notification settings - Fork 488
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
✨ New WordPress.WP.GetMetaSingle sniff #2465
Merged
dingo-d
merged 11 commits into
WordPress:develop
from
rodrigoprimo:new-get-meta-single-sniff
Aug 28, 2024
Merged
✨ New WordPress.WP.GetMetaSingle sniff #2465
dingo-d
merged 11 commits into
WordPress:develop
from
rodrigoprimo:new-get-meta-single-sniff
Aug 28, 2024
Commits on Jul 12, 2024
-
✨ New WordPress.WP.GetMetaSingle sniff
This sniff warns when get_*_meta() and get_metadata*() functions are used with the $meta_key/$key param, but without the $single parameter. This could lead to unexpected behavior as an array will be returned, but a string might be expected.
Configuration menu - View commit details
-
Copy full SHA for 4b47564 - Browse repository at this point
Copy the full SHA 4b47564View commit details
Commits on Jul 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fa399d1 - Browse repository at this point
Copy the full SHA fa399d1View commit details
Commits on Aug 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 668518d - Browse repository at this point
Copy the full SHA 668518dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d189e65 - Browse repository at this point
Copy the full SHA d189e65View commit details
Commits on Aug 21, 2024
-
Apply suggestions from code review
Co-authored-by: Juliette <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 168e746 - Browse repository at this point
Copy the full SHA 168e746View commit details
Commits on Aug 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9806487 - Browse repository at this point
Copy the full SHA 9806487View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20a3e3b - Browse repository at this point
Copy the full SHA 20a3e3bView commit details
Commits on Aug 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4a45912 - Browse repository at this point
Copy the full SHA 4a45912View commit details -
Configuration menu - View commit details
-
Copy full SHA for cdd1620 - Browse repository at this point
Copy the full SHA cdd1620View commit details -
Configuration menu - View commit details
-
Copy full SHA for c73162e - Browse repository at this point
Copy the full SHA c73162eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 694bdf5 - Browse repository at this point
Copy the full SHA 694bdf5View commit details
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.