Opened 4 years ago
Last modified 4 years ago
#10055 new defect (bug)
Media filters are very wrong...
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Future Release |
| Component: | Media | Version: | 2.8 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
e.g.:
apply_filters($callback, call_user_func($callback));
...
$html = apply_filters('audio_send_to_editor_url', $html, $href, $title);
so, basically, we get to add fields over on the type_url_form_audio form, but they're not available as filters in the audio_send_to_editor_url filter.
Note: See
TracTickets for help on using
tickets.
