Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #51177, comment 1


Ignore:
Timestamp:
08/31/2020 12:01:47 AM (5 years ago)
Author:
Mista-Flo
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #51177, comment 1

    initial v1  
    22
    33I'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
     5I advise you to use the `attachment_submitbox_misc_actions` hook, which is used once by the core itself to add some elements.