Code
22-10-2024
Hulp nodig met je WordPress website?
Hulp nodig met je WordPress website?
Hulp nodig met je WordPress website?
Om de widget op je WordPress dashboard weg te halen moet je onderstaande snippet toevoegen aan je functions.php bestand:
//Remove unwanted widgets from Dashboard
function remove_dashboard_widgets() {
global$wp_meta_boxes;
unset($wp_meta_boxes[‘dashboard’][‘normal’][‘core’][‘dashboard_plugins’]);
unset($wp_meta_boxes[‘dashboard’][‘side’][‘core’][‘dashboard_secondary’]);
}
add_action(‘wp_dashboard_setup’, ‘remove_dashboard_widgets’);
Gratis handleiding
Download de handleiding vandaag nog en haal het maximale uit jouw WordPress-site!