-
Notifications
You must be signed in to change notification settings - Fork 3.4k
#64250 - Refactor redirect_guess_404_permalink to use WP_Query instead of raw SQL #10531
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
Open
anandrajaram21
wants to merge
16
commits into
WordPress:trunk
Choose a base branch
from
anandrajaram21:64250-redirect-guess-404-permalink
base: trunk
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+67
−27
Open
Changes from 3 commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
ae6a847
refactor: replace direct SQL with WP_Query in redirect_guess_404_perm…
anandrajaram21 ce90699
perf: optimize wp query and remove superfluous comments
anandrajaram21 9b52804
chore: change filter function to a static function
anandrajaram21 4532fae
Merge branch 'trunk' into 64250-redirect-guess-404-permalink
anandrajaram21 3da7e89
feat: update approach to use wp-query instead of manual searching
anandrajaram21 c420204
feat: resolve copilot PR review comments
anandrajaram21 7eed5d7
Use array_first instead of posts[0]
anandrajaram21 ccc2e39
Add check for post_id to be integer
anandrajaram21 6021fd9
feat: remove post_name from default search columns
anandrajaram21 243ac98
doc: update comment to be more descriptive
anandrajaram21 3e8210f
chore: fix phpcs error in class-wp-query
anandrajaram21 940add6
feat: update test to use an existing but unsupported search column
anandrajaram21 ff23ab9
feat: include suppress filters in wp query args and update filter docs
anandrajaram21 07df29a
feat: change 'true' to true
anandrajaram21 5bcf66f
Merge branch 'trunk' into 64250-redirect-guess-404-permalink
anandrajaram21 cf4de84
Apply suggestion from @mukeshpanchal27
anandrajaram21 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.