#6046 closed defect (bug) (fixed)
Customizer causes BP to throw a _doing_it_wrong warning
Reported by: | DJPaul | Owned by: | johnjamesjacoby |
---|---|---|---|
Milestone: | 2.3 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Core | Keywords: | has-patch |
Cc: | leho@… |
Description
Going to the Customizer, anywhere, causes BP to throw a _doing_it_wrong
warning.
The Customizer frame load happens in _wp_customize_include
, which is hooked to plugins_loaded
. Our _doing_it_wrong
warning triggers because this all happens before the init
action occurs.
Not sure if this is a WP core issue more than ours (perhaps it hooks so early on purpose), but I'll attach a patch in case we want a workaround for now.
Attachments (1)
Change History (8)
Note: See
TracTickets for help on using
tickets.
Was originally reported in #5203