André Amorim

Crafting Web Experiences

//

Remove Dashboard Welcome Panel on WordPress

<?php
add_action( 'admin_init', function () { 
   remove_action( 'welcome_panel', 'wp_welcome_panel' ); 
} );

Published date:

Modified date: