Opened 6 months ago

Last modified 6 months ago

#22734 new feature request

do_action-post_edit_form_tag

Reported by: bems78 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)

comment:1 follow-up: ↓ 3   helenyhou6 months ago

  • Keywords reporter-feedback added; needs-refresh removed

Why?

  • Component changed from General to Administration

comment:3 in reply to: ↑ 1   bems786 months ago

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 ...

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.