Opened 6 months ago

Closed 6 months ago

#22636 closed defect (bug) (duplicate)

Add a filter for post_thumbnail_meta_box HTML

Reported by: coreygilmore Owned by: nacin
Priority: normal Milestone:
Component: Post Thumbnails Version: 3.5
Severity: normal Keywords: needs-patch
Cc: devin@…, batmoo@…, micahwave

Description

It's been helpful to add additional HTML to the post thumbnail meta box, but without any hooks in post_thumbnail_meta_box the process is very fragile, and and requires the use of Javascript, or removing the postimagediv meta box and adding your own meta box.

_wp_post_thumbnail_html provides a way to filter the HTML, but function is only used for ajax requests.

The attached patch adds a filter to $thumbnail_html in post_thumbnail_meta_box, allowing for some parity.

Attachments (1)

meta-boxes.php.diff (610 bytes) - added by coreygilmore 6 months ago.

Download all attachments as: .zip

Change History (10)

I don't think _wp_post_thumbnail_html() fires at all anymore. Seems like we need backcompat for the admin_post_thumbnail_html filter, at least. Maybe for all of the output, even the JS, since it has title and update text in _e() and the filter is often used to change some of the text rather than using gettext().

  • Milestone changed from Awaiting Review to 3.5
  • Type changed from enhancement to defect (bug)
  • Cc devin@… added
  • Cc batmoo@… added
  • Keywords needs-patch added; has-patch removed
  • Cc micahwave added
  • Owner set to nacin
  • Status changed from new to assigned

Note that this will be fixed by the patch on #21776.

  • Milestone 3.5 deleted
  • Resolution set to duplicate
  • Status changed from assigned to closed

Duplicate of #21776.

Note: See TracTickets for help on using tickets.