Changes between Initial Version and Version 1 of Ticket #51177, comment 1
- Timestamp:
- 08/31/2020 12:01:47 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #51177, comment 1
initial v1 2 2 3 3 I'm not sure adding some hooks here would be a good idea. I checked, and it was the same for the submit metabox for posts. You still have an action hook. But usually, for this metabox, I used to just manually add some custom HTML with JS code. 4 5 I advise you to use the `attachment_submitbox_misc_actions` hook, which is used once by the core itself to add some elements.