Opened 19 months ago
Closed 19 months ago
#54520 closed defect (bug) (fixed)
Ensure that rest_after_insert_ actions are fired in template REST API controllers
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 5.9 | Priority: | normal |
Severity: | normal | Version: | 5.8 |
Component: | REST API | Keywords: | has-patch |
Focuses: | Cc: |
Description
The template REST API controller, does not extend the post controller class. So the dynamic action rest_after_insert_$this->post_type
is never fired. The WP_REST_Templates_Controller
class should be updated to include this action.
Change History (5)
This ticket was mentioned in PR #1954 on WordPress/wordpress-develop by spacedmonkey.
19 months ago
#1
- Keywords has-patch added
This ticket was mentioned in Slack in #core-restapi by spacedmonkey. View the logs.
19 months ago
Note: See
TracTickets for help on using
tickets.
Trac ticket: https://core.trac.wordpress.org/ticket/54520