/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
function disable_drag_metabox() { wp_deregister_script('postbox'); } add_action( 'admin_init', 'disable_drag_metabox' );