#6046 closed defect (bug) (fixed)
Customizer causes BP to throw a _doing_it_wrong warning
| Reported by: | DJPaul | Owned by: | johnjamesjacoby |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.3 |
| Component: | Core | Version: | |
| Severity: | normal | 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)
This ticket was mentioned in Slack in #buddypress by djpaul. View the logs.
12 years ago
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Was originally reported in #5203