Opened 11 years ago
Last modified 10 years ago
#6754 new defect (bug)
`widget()` methods should be self-sufficient
| Reported by: | boonebgorges | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Awaiting Contributions |
| Component: | Core | Version: | |
| Severity: | normal | 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
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
In 10384: