/ Published in: PHP
Expand |
Embed | Plain Text
// 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;
You need to login to post a comment.
