Changeset 55450
- Timestamp:
- 03/01/2023 04:30:41 PM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ajax-actions.php
r55365 r55450 3150 3150 * and before the JSON response is sent. 3151 3151 * 3152 * When checking if an action is being done, `doing_action( 'wp_ajax_save-attachment' )` 3153 * may be used if that is more convenient. 3154 * 3152 3155 * @since 6.2.0 3153 3156 * … … 3155 3158 * @param array $changes An array containing the updated attachment attributes. 3156 3159 */ 3157 do_action( 'wp_ajax_save_attachment ', $post, $changes );3160 do_action( 'wp_ajax_save_attachment_updated', $post, $changes ); 3158 3161 } 3159 3162
Note: See TracChangeset
for help on using the changeset viewer.