sort metabox columns in listing Single
sort metabox columns in listing Single
sort metabox columns in listing Single
Publish box in CPT remove ‘edit’ link
Save Custom Post Value
Catch metabox values in Plugin
Wp Meta Query does not work while simple Query Works
Metabox is not displaying
Set parent page based on custom metabox value
Error Metabox Warning: call_user_func() expects parameter 1 to be a valid callback
Maybe you can inspect http://wordpress.org/extend/plugins/editor-tabs/
By default, WordPress saves the open/close state of these metaboxes each time you toggle it. This is done via javascript, requesting an ajax endpoint on the server. You need to find out if that request is still send or not. If it’s not send (e.g. javascript error, blocked by some plugin), then you found the … Read more