/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
// REMOVE META BOXES FROM WORDPRESS DASHBOARD FOR ALL USERS function example_remove_dashboard_widgets() { // Globalize the metaboxes array, this holds all the widgets for wp-admin global $wp_meta_boxes;