How to make open/closed and hidden/shown metaboxes status saved on a per-post basis?
The Main Problem: The main problem here is that in the closing-, hiding- and ordering- ajax calls, there’s no post ID sent with the payload. Here are two form data examples: 1) action:closed-postboxes closed:formatdiv,tagsdiv-post_tag,trackbacksdiv,authordiv hidden:slugdiv closedpostboxesnonce:8723ee108f page:post 2) action:meta-box-order _ajax_nonce:b6b48d2d16 page_columns:2 page:post order[side]:submitdiv,formatdiv,categorydiv,tagsdiv-post_tag,postimagediv order[normal]:postexcerpt,postcustom,trackbacksdiv,commentsdiv,authordiv order[advanced]: We could get around this by using another custom ajax … Read more