Skip to content

Instantly share code, notes, and snippets.

@carlthewebmaster
Created September 1, 2011 23:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save carlthewebmaster/1187548 to your computer and use it in GitHub Desktop.
Save carlthewebmaster/1187548 to your computer and use it in GitHub Desktop.
Wipe Article Editor UI Customizations
<?php
/* Other code linking to this via a button somewhere */
delete_user_meta( $user_id, 'closedpostboxes_article' ) ;
delete_user_meta( $user_id, 'screen_layout_article' ) ;
delete_user_meta( $user_id, 'metaboxhidden_article' ) ;
delete_user_meta( $user_id, 'meta-box-order_article' ) ;
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment