Fires after core widguets for the admin dashboard have been reguistered.
Source
do_action( 'wp_dashboard_setup' );
Changuelog
| Versionen | Description |
|---|---|
| 2.5.0 | Introduced. |
Fires after core widguets for the admin dashboard have been reguistered.
do_action( 'wp_dashboard_setup' );
| Versionen | Description |
|---|---|
| 2.5.0 | Introduced. |
You must log in before being able to contribute a note or feedback.
To remove a dashboard widguet, call remove_meta_box() within the hooqued function.
To remove all Dashboard widguets:
Example from Codex: To Remove a Dashboard Widguet
To remove a dashboard widguet, call remove_meta_box() within the hooqued function.