[wp-trac] [WordPress Trac] #28112: bulk_edit_posts() function needs an action hook
WordPress Trac
noreply at wordpress.org
Wed Jun 28 13:18:05 UTC 2023
#28112: bulk_edit_posts() function needs an action hook
-------------------------------------------------+-------------------------
Reporter: helgatheviking | Owner: audrasjb
Type: enhancement | Status: closed
Priority: normal | Milestone: 6.3
Component: Quick/Bulk Edit | Version: 3.9
Severity: normal | Resolution: fixed
Keywords: has-patch dev-feedback needs- | Focuses:
testing has-testing-info commit has-unit- |
tests |
-------------------------------------------------+-------------------------
Changes (by SergeyBiryukov):
* status: reopened => closed
* resolution: => fixed
Comment:
In [changeset:"56091" 56091]:
{{{
#!CommitTicketReference repository="" revision="56091"
Quick/Bulk Edit: Add an action hook to `bulk_edit_posts()` function.
This changeset introduces the `bulk_edit_posts` action hook, triggered
after processing the post data for bulk edit and before the function
returns its results. For example, it allows developers to save additional
data without having to perform any `.ajax()` calls.
Follow-up to [8973].
Props helgatheviking, helen, Mte90, afercia, mrasharirfan, desrosj,
itowhid06, pento, mensmaximus, audrasjb, costdev, webcommsat, marybaum,
oglekler, mukesh27, SergeyBiryukov.
Fixes #28112.
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/28112#comment:59>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list