Skip to content

Instantly share code, notes, and snippets.

@walterebert
Last active January 25, 2022 16:12
Show Gist options
  • Save walterebert/4905c7e6b805cf9fd267 to your computer and use it in GitHub Desktop.
Save walterebert/4905c7e6b805cf9fd267 to your computer and use it in GitHub Desktop.
WordPress snippet: Remove welcome panel from admin dashboard
<?php
remove_action( 'welcome_panel', 'wp_welcome_panel' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment