Opened 6 months ago
Last modified 6 months ago
#22734 new feature request
do_action-post_edit_form_tag
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Awaiting Review |
| Component: | Administration | Version: | 3.4.2 |
| Severity: | normal | Keywords: | reporter-feedback |
| Cc: |
Description
Possible to add an action on the form for adding media.
File : /wp-admin/media.php Line : 115
<form method="post" action="" class="media-upload-form" id="media-single-form">
to
<form method="post" action="" class="media-upload-form" id="media-single-form"<?php do_action('post_edit_form_tag'); ?>>
Change History (4)
- Keywords reporter-feedback added; needs-refresh removed
comment:2
SergeyBiryukov — 6 months ago
- Component changed from General to Administration
Replying to helenyhou:
Why?
To be able to add files with media.
For example, associate the files subtitles (.srt) or file alternative (.ogv, .webm, .flv ..) or poster image.
Without using jQuery script ...
comment:4
SergeyBiryukov — 6 months ago
Not sure I understand the use case. Could you provide an example code that would use this action?
Note: See
TracTickets for help on using
tickets.

Why?