Changeset 55111
- Timestamp:
- 01/21/2023 03:56:09 PM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ajax-actions.php
r55106 r55111 3147 3147 3148 3148 /** 3149 * Fires after an attachment has been updated and before3150 * the JSON response is sent.3149 * Fires after an attachment has been updated via the Ajax handler 3150 * and before the JSON response is sent. 3151 3151 * 3152 3152 * @since 6.2.0 3153 3153 * 3154 * @param array $post The attachment .3155 * @param array $changes An array of changes.3154 * @param array $post The attachment data. 3155 * @param array $changes An array containing the updated attachment attributes. 3156 3156 */ 3157 3157 do_action( 'wp_ajax_save_attachment', $post, $changes );
Note: See TracChangeset
for help on using the changeset viewer.