You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
github-actions[bot] edited this page Jan 1, 2026
·
1 revision
Auto-generated Example
/** * Callback function for the 'wp_dashboard_setup' action. */functionmy_wp_dashboard_setup_callback() {
// Your code here.
}
add_action( 'wp_dashboard_setup', 'my_wp_dashboard_setup_callback' );