#38654 closed defect (bug) (invalid)
The supportsVideo() method in the custom header script should be overridable
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 4.7 |
Component: | Themes | Keywords: | has-patch |
Focuses: | Cc: |
Description
The original intention for the supportsVideo()
method in wp-custom-header.js
was to define some sensible checks to determine when a header video should be embedded, but allow the method to be overridden by themes or plugins if necessary. However, that's not currently possible since the method is private.
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
38654.diff refactors the pattern for the customer header module to make the
supportsVideo()
method public and overridable.