Add this to your functions file and it will kill the metabox toggles:
function kill_postbox(){
global $wp_scripts;
$footer_scripts = $wp_scripts->in_footer;
foreach($footer_scripts as $key => $script){
if('postbox' === $script)
unset($wp_scripts->in_footer[$key]);
}
}
add_action('admin_footer', 'kill_postbox', 1);
Related Posts:
- Hide metabox dependant on page template chosen
- WordPress: Sortable Metabox Fields Not Saving Position
- How to reload a select box of posts dynamically?
- Add X meta box inputs based on form at top of meta box, how to do it right?
- Unbind postbox click handler
- Script dependencies for post.js
- validate a metabox based on the category that is selected
- Edit single attachment on click (WP-admin)
- Using WP_Query to grab custom meta values, foreach to json object
- Good Solution for Adding jQuery Tabs Anywhere Within WordPress?
- delete post meta by AJAX
- Adding URL of PDF from Thickbox in a Meta Box
- Admin Ajax is returning 0 and not Insert data
- Ajax call through admin-ajax.php returns 404 error
- Why does my media selection script write to ONLY the first input field?
- Dashboard controls have all stopped working
- Add a jQuery snippet for sepcific user role
- Disable drag metaboxes, create many functions using js not to work!
- Clear custom field when new tag is added
- JQuery multiple toggle values
- jQuery Ajax / Modal admin event not firing since 3.6. Seems to not recognize “a” tag
- Why my vertical tab js code is refreshing the page continuously? [closed]
- Override default options in plugin metaboxes
- How to change the text of Publish Button
- WordPress version for this autocomplete jQuery code
- How to show/hide a meta box using categories, with a different post type
- Call admin ajax using absolute url? Relative URL breaks (frontend ajax)
- value not saving in the form when dynamically creating an input
- why does included jquery always cause problems
- Create thumbs/gallery from custom fields
- jQuery post method in admin menu
- How to deregister scripts all at once
- Local version of jquery not working right
- Using jQuery DataTables and yadcf
- Load more button
- All post attachments in gallery grid to full screen slideshow?
- Ajax Request with jQuery not happening
- How to add jquery to my custom post type wp plugin
- :first-child applying to all links [closed]
- In the Edit Post page how do I modify with jQuery the status select list?
- Uncaught TypeError: undefined is not a function (shortcode-box)
- Toggle a metabox based on a selection
- Dynamic image grid gallery
- Ajax autocomplete based on usercode
- Variable not being returned from Ajax Javascript (though javascript receives it)
- wordpress plugin setting page not enqueueing jquery?
- jquery not working correctly in plugin options page?
- Responsive framework – edit child js
- Bootstrap with Flexslider jQuery Issue
- Page keeps refreshing with Ajax form
- jQuery AJAX add json2 dependency?
- jQuery does not appear to be enqueued on static homepage
- Can’t figure out why a jquery file is not loading!
- jQuery infinite scroll and pagination styling in wordpress
- Is it necessary to use a WordPress nonce when allowing users to download public data?
- Scripts only working on home page
- Uncaught TypeError: Object [object Object] has no method ‘dialog’
- Running javascript in a child theme. Works in jsfiddle
- Object [object Object] has no method ‘slides’
- How to block action if post is “dirty”?
- $ not defined using jQuery in WordPress
- Check with jQuery value of checkbox from custom admin panel
- Console shows ReferenceError: jQuery is not defined, no clue why!
- JS script not being included [closed]
- How to update scrollbar when using Jetpack’s Inifnite Scroller?
- Group posts by weekly or monthly
- Append jquery script for each [partners] shortcode with specified values
- Jquery script not loading on site Front page
- Customize wp-admin form custom fields
- How to respond with WP_Ajax_Response();
- How to read the contents of single post through RSS feed
- jquery issue in functions.php
- JS plugin script loading but not working
- WP Calendar Shortcode not working on my theme
- How to pass more information though separate post keys via AJAX
- slide change on hover with nextgen scrollgallery [closed]
- Auto Select Child categories on Multiple Dropdown – Jquery
- Hide input field when second input field is in focus
- Jquery is not working in wordpress php file
- Adding jQuery timepicker to contact form
- Rollover Image jQuery help
- How to load jquery tag-it plugin into admin?
- wp_signon not working fine and 302 moved temporarily?
- jQuery autcomplete not working
- adding the full image path to a wordpress javascript file
- Loop not appending through infinite-scroll ajax call
- Adding additional text fields and image upload to a Page?
- Infinite scroll page number [duplicate]
- WooCommerce – PrettyPhoto appending URL with #prettyPhoto
- Sorting UL Listing Within the TinyMCE Visual Editor in WordPress
- Convert WordPress SACK code to new admin-ajax
- Are you sure popup on Contact Form 7 [closed]
- Create a short code that inserts js
- Get selected value with PHP and jQuery
- Javascript block in Twenty Twelve theme
- Thumbnail remove width & height function
- change the icon of a custom post type in WordPress to use twitter boostrap
- WordPress video end function [duplicate]
- Custom counter when link is clicked in WordPress
- how to refresh index page without reloading browser using ajax