Changes between Initial Version and Version 1 of Ticket #23148, comment 52
- Timestamp:
- 03/01/2023 05:25:45 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23148, comment 52
initial v1 5 5 Sounds good. I'd like to expand the docs a bit more and explain that: 6 6 - There is a `wp_ajax_save-attachment` action that is very similar and is fired earlier. 7 - The new `wp_ajax_save_attachment_updated` is full equivalent (duplicate?) of using any of the `save_post` hooks and checking where the data comes from by using ` doing_action( 'wp_ajax_save-attachment')`.7 - The new `wp_ajax_save_attachment_updated` is full equivalent (duplicate?) of using any of the `save_post` hooks and checking where the data comes from by using `if ( doing_action( 'wp_ajax_save-attachment' ) )`. 8 8 9 9 As that will be just a docs update it can be added at any time.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)