Skip to content

refactor: remove deprecated comment REST API endpoints#10

Open
xavierandueza wants to merge 1 commit into
masterfrom
feat/remove-deprecated-endpoints
Open

refactor: remove deprecated comment REST API endpoints#10
xavierandueza wants to merge 1 commit into
masterfrom
feat/remove-deprecated-endpoints

Conversation

@xavierandueza
Copy link
Copy Markdown
Owner

@xavierandueza xavierandueza commented Feb 12, 2026

Summary

  • Removes the commenting ability from Wordpress, now fully removed and no longer supported.

Remove the comment REST API controller, comment meta fields handler,
and all associated bootstrap and hook registrations. These endpoints
are no longer supported.
@xavierandueza xavierandueza marked this pull request as ready for review February 16, 2026 22:44
@xavierandueza xavierandueza reopened this Feb 16, 2026
@readme-pr-app
Copy link
Copy Markdown

readme-pr-app Bot commented Feb 16, 2026

📚 Documentation update workflow has been queued for reopened PR (Job ID: 69939dd2baf9459143177850). The documentation bot will propose changes (if relevant) shortly.

Repository owner deleted a comment from readme-pr-app Bot Feb 16, 2026
@xavierandueza xavierandueza reopened this Feb 16, 2026
Repository owner deleted a comment from readme-pr-app Bot Feb 16, 2026
Repository owner deleted a comment from readme-pr-app Bot Feb 16, 2026
@xavierandueza xavierandueza reopened this Feb 17, 2026
@readme-pr-app
Copy link
Copy Markdown

readme-pr-app Bot commented Feb 17, 2026

📚 Documentation update workflow has been queued for reopened PR (Job ID: 6994ec06a0f3185b35c76758). The documentation bot will propose changes (if relevant) shortly.

@readme-pr-app
Copy link
Copy Markdown

readme-pr-app Bot commented Feb 20, 2026

📚 Documentation Changes Applied

🔗 View changes in ReadMe

@readme-pr-app
Copy link
Copy Markdown

readme-pr-app Bot commented Feb 26, 2026

📚 No documentation updates were needed for this PR.

@readme-pr-app
Copy link
Copy Markdown

readme-pr-app Bot commented Feb 27, 2026

📚 Analyzing PR for documentation updates...

@readme-pr-app
Copy link
Copy Markdown

readme-pr-app Bot commented Feb 28, 2026

📚 Analyzing PR for documentation updates...

@readme-pr-app
Copy link
Copy Markdown

readme-pr-app Bot commented Mar 1, 2026

📚 Documentation Changes Applied

🔗 View changes in ReadMe

@readme-pr-app
Copy link
Copy Markdown

readme-pr-app Bot commented Mar 17, 2026

Documentation Changes Added

Page Section Action Preview
listcommentsAPI Reference🔴 DeletedPreview
createcommentAPI Reference🔴 DeletedPreview
getcommentAPI Reference🔴 DeletedPreview
updatecommentAPI Reference🔴 DeletedPreview

🔗 View all changes in ReadMe


Actions

  • Merge doc branch with PR merge
  • Delete doc branch with PR close

@readme-agent-staging
Copy link
Copy Markdown

📚 Analyzing PR for documentation updates...

@readme-pr-app
Copy link
Copy Markdown

readme-pr-app Bot commented Mar 17, 2026

Documentation Changes Added

Page Section Action Preview
listcommentsAPI Reference🔴 DeletedPreview
createcommentAPI Reference🔴 DeletedPreview
getcommentAPI Reference🔴 DeletedPreview
updatecommentAPI Reference🔴 DeletedPreview
deletecommentAPI Reference🔴 DeletedPreview

🔗 View all changes in ReadMe


Actions

  • Merge doc branch with PR merge
  • Delete doc branch with PR close

@readme-agent-staging
Copy link
Copy Markdown

readme-agent-staging Bot commented Mar 24, 2026

⚠️ The documentation bot was unable to apply documentation updates (Job ID: 69c212c87788d5197cc5433f).

You can re-trigger by reopening this PR.

@readme-pr-app
Copy link
Copy Markdown

readme-pr-app Bot commented Mar 24, 2026

Documentation Changes Added

Page Section Action Preview
listcommentsAPI Reference🔴 DeletedPreview
createcommentAPI Reference🔴 DeletedPreview
getcommentAPI Reference🔴 DeletedPreview
updatecommentAPI Reference🔴 DeletedPreview
deletecommentAPI Reference🔴 DeletedPreview
commentsAPI Reference🔴 DeletedPreview
plugins-controller-classesDocs🔵 UpdatedPreview

🔗 View all changes in ReadMe


Actions

  • Merge doc branch with PR merge
  • Delete doc branch with PR close

@readme-agent-staging
Copy link
Copy Markdown

readme-agent-staging Bot commented Mar 24, 2026

⚠️ The documentation bot was unable to apply documentation updates (Job ID: 69c21a1d6df0bab99c6085d6).

You can re-trigger by reopening this PR.

@readme-pr-app
Copy link
Copy Markdown

readme-pr-app Bot commented Mar 24, 2026

Documentation Changes Added

Page Section Action Preview
listcommentsAPI Reference🔴 DeletedPreview
createcommentAPI Reference🔴 DeletedPreview
getcommentAPI Reference🔴 DeletedPreview
updatecommentAPI Reference🔴 DeletedPreview
deletecommentAPI Reference🔴 DeletedPreview
commentsAPI Reference🔴 DeletedPreview

🔗 View all changes in ReadMe


Actions

  • Merge doc branch with PR merge
  • Delete doc branch with PR close

@readme-agent-staging
Copy link
Copy Markdown

readme-agent-staging Bot commented Mar 26, 2026

📚 No documentation updates were needed for this PR.

@readme-pr-app
Copy link
Copy Markdown

readme-pr-app Bot commented Mar 26, 2026

Documentation Changes Added

Page Section Action Summary
listcommentsAPI Reference🗑️ DeletedRemoving the List comments API reference page because the Comments REST API controller and all its routes have been completely removed from WordPress.
createcommentAPI Reference🗑️ DeletedRemoving the Create a comment API reference page because the Comments REST API controller and all its routes have been completely removed from WordPress.
getcommentAPI Reference🗑️ DeletedRemoving the Retrieve a comment API reference page because the Comments REST API controller and all its routes have been completely removed from WordPress.
updatecommentAPI Reference🗑️ DeletedRemoving the Update a comment API reference page because the Comments REST API controller and all its routes have been completely removed from WordPress.
deletecommentAPI Reference🗑️ DeletedRemoving the Delete a comment API reference page because the Comments REST API controller and all its routes have been completely removed from WordPress.
commentsAPI Reference🗑️ DeletedRemoving the Comments parent category page because the entire Comments REST API resource has been removed from WordPress.

🔗 View all changes in ReadMe


Actions

  • Merge documentation branch with PR merge
  • Delete documentation branch with PR close

@readme-pr-app
Copy link
Copy Markdown

readme-pr-app Bot commented Apr 8, 2026

Documentation Changes Added

Page Section Action Summary
listcommentsAPI Reference🗑 DeletedRemoving the List comments API reference page because the Comments REST API endpoints have been completely removed from WordPress.
createcommentAPI Reference🗑 DeletedRemoving the Create a comment API reference page because the Comments REST API endpoints have been completely removed from WordPress.
getcommentAPI Reference🗑 DeletedRemoving the Retrieve a comment API reference page because the Comments REST API endpoints have been completely removed from WordPress.
updatecommentAPI Reference🗑 DeletedRemoving the Update a comment API reference page because the Comments REST API endpoints have been completely removed from WordPress.
deletecommentAPI Reference🗑 DeletedRemoving the Delete a comment API reference page because the Comments REST API endpoints have been completely removed from WordPress.
commentsAPI Reference🗑 DeletedRemoving the Comments parent API reference page because the entire Comments REST API has been completely removed from WordPress.

🔗 View all changes in ReadMe


Actions

  • Merge documentation branch with PR merge
  • Delete documentation branch with PR close

@readme-pr-app
Copy link
Copy Markdown

readme-pr-app Bot commented Apr 10, 2026

Documentation Changes Added

Page Section Action Summary
listcommentsAPI Reference🗑 DeletedRemoving the List comments API reference page because the Comments REST API endpoints have been completely removed from WordPress.
createcommentAPI Reference🗑 DeletedRemoving the Create a comment API reference page because the Comments REST API endpoints have been completely removed from WordPress.
getcommentAPI Reference🗑 DeletedRemoving the Retrieve a comment API reference page because the Comments REST API endpoints have been completely removed from WordPress.
updatecommentAPI Reference🗑 DeletedRemoving the Update a comment API reference page because the Comments REST API endpoints have been completely removed from WordPress.
deletecommentAPI Reference🗑 DeletedRemoving the Delete a comment API reference page because the Comments REST API endpoints have been completely removed from WordPress.
commentsAPI Reference🗑 DeletedRemoving the Comments parent API reference page because the entire Comments REST API has been completely removed from WordPress.

🔗 View all changes in ReadMe


Actions

  • Merge documentation branch with PR merge
  • Delete documentation branch with PR close

@readme-pr-app
Copy link
Copy Markdown

readme-pr-app Bot commented Apr 24, 2026

Documentation Changes Added

Page Section Action Summary
listcommentsAPI Reference🗑 DeletedRemoving the List comments API reference page because the Comments REST API endpoints have been completely removed from WordPress.
createcommentAPI Reference🗑 DeletedRemoving the Create a comment API reference page because the Comments REST API endpoints have been completely removed from WordPress.
getcommentAPI Reference🗑 DeletedRemoving the Retrieve a comment API reference page because the Comments REST API endpoints have been completely removed from WordPress.
updatecommentAPI Reference🗑 DeletedRemoving the Update a comment API reference page because the Comments REST API endpoints have been completely removed from WordPress.
deletecommentAPI Reference🗑 DeletedRemoving the Delete a comment API reference page because the Comments REST API endpoints have been completely removed from WordPress.
commentsAPI Reference🗑 DeletedRemoving the Comments parent API reference page because the Comments REST API endpoints have been completely removed from WordPress.

🔗 View all changes in ReadMe


Actions

  • Merge documentation branch with PR merge
  • Delete documentation branch with PR close

If neither actions are selected, on PR close/merge the docs branch in ReadMe will remain open.

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.

1 participant