Skip to content

wp_dashboard_setup

github-actions[bot] edited this page Jan 1, 2026 · 1 revision

Auto-generated Example

/**
 * Callback function for the 'wp_dashboard_setup' action.
 */
function my_wp_dashboard_setup_callback() {
    // Your code here.
}
add_action( 'wp_dashboard_setup', 'my_wp_dashboard_setup_callback' );

Files

\do_action( 'wp_dashboard_setup' )

← All Hooks

Clone this wiki locally