[wpmu-trac] Re: [WordPress MU Trac] #645: Dashboard feeds:
get_site_option vice get_option.
WordPress MU Trac
wpmu-trac at lists.automattic.com
Thu Jun 5 10:39:27 GMT 2008
#645: Dashboard feeds: get_site_option vice get_option.
-----------------------------+----------------------------------------------
Reporter: lunabyte | Owner: somebody
Type: defect | Status: reopened
Priority: normal | Milestone:
Component: component1 | Version:
Severity: normal | Resolution:
Keywords: dashboard feeds |
-----------------------------+----------------------------------------------
Comment (by donncha):
I see what's happening. If the option 'dashboard_widget_options' exists
then the widgets aren't recreated. You could use a pre filter on the above
option to build your own list of widgets.
For example:
`add_filter( 'pre_option_dashboard_widget_options',
'custom_dashboard_widgets' );`
--
Ticket URL: <http://trac.mu.wordpress.org/ticket/645#comment:3>
WordPress MU Trac <http://mu.wordpress.org/>
WordPress Multiuser
More information about the wpmu-trac
mailing list