#15261 closed enhancement (fixed)
Add do_action to form tag in edit-tag-form.php
| Reported by: | linguasite | Owned by: | nacin |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.7 |
| Component: | Administration | Version: | 3.1 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
Description
How about adding additional actions to the form tags in admin taxonomy pages like edit-tag-form.php?
An example can be found in user-edit.php line 183:
<form id="your-profile" ... method="post"<?php do_action('user_edit_form_tag'); ?>>
Attachments (2)
Change History (15)
#1
@
16 years ago
- Milestone Awaiting Review
- Resolution → invalid
- Status new → closed
- Type feature request → enhancement
#2
@
16 years ago
- Milestone → Awaiting Review
- Resolution invalid
- Status closed → reopened
Sorry, misread.
What is the use case for this?
#3
@
16 years ago
With an action like this it would be possible to set the form enctype to multipart, for example. Necessary for file upload fields in the form. The only way to change the form encoding at the moment is doing it with JS.
Furthermore it could be useful to add events or a target to the form tag itself.
#4
@
16 years ago
- Keywords needs-patch added; action edit tag removed
- Milestone Awaiting Review → Future Release
#8
@
13 years ago
- Milestone Future Release → 3.7
I really hate the existing actions but it's the pattern we have, so let's go with it.
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
There already are plenty of hooks in wp-admin/edit-tag-form.php