Opened 5 years ago
Closed 5 years ago
#7676 closed enhancement (duplicate)
Change pingback/trackbacks to use new HTTP API
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | General | Version: | 2.6.1 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
The pingback and trackback functions are still using direct socket connections to perform their tasks. These are problematic on some servers, and they need to be changed over to the new HTTP API to let them work in more places.
Conversion should be relatively straightforward in most cases, using the new wp_remote_get and wp_remote_post and such.
Change History (6)
comment:1
jacobsantos — 5 years ago
comment:3
in reply to:
↑ 2
jacobsantos — 5 years ago
comment:5
jacobsantos — 5 years ago
- Status changed from new to assigned
comment:6
jacobsantos — 5 years ago
- Milestone 2.7 deleted
- Resolution set to duplicate
- Status changed from assigned to closed
Superceded by #7793.
Note: See
TracTickets for help on using
tickets.

Well, I'll support that, but I still think the HTTP API needs more testing. I can write up a patch today.