This page redirects to an external site: https://developer.wordpress.org/reference/hooks/welcome_panel/
In 3.5+, this hook allows you disable the Welcome Panel in the Dashboard. Removing the action also removes the corresponding Screen Option.
This hook is located in `/wp-admin/index.php`, just before wp_dashboard() is called.
<?php remove_action( 'welcome_panel', 'wp_welcome_panel' ); ?>