Opened 9 years ago
Last modified 8 years ago
#6754 new defect (bug)
`widget()` methods should be self-sufficient
Reported by: | boonebgorges | Owned by: | |
---|---|---|---|
Milestone: | Awaiting Contributions | Priority: | normal |
Severity: | normal | Version: | |
Component: | Core | Keywords: | needs-patch good-first-bug |
Cc: |
Description
In order to work properly in the context of the Customizer, all widget()
methods must be self-sufficient. That is, they should assume that the $instance
array passed to the function may sometimes be empty. As such, each widget class should have a way of defining the default widget settings independent of the form()
or instance()
methods. A default_args()
or default_settings()
method seems like a reasonable technique.
See https://buddypress.trac.wordpress.org/ticket/6747#comment:5
Note: See
TracTickets for help on using
tickets.
In 10384: