Global Variable vs Local Variable

// MOVE REVISIONS METABOX TO BOTTOM OF EDIT-FORM.PHP $post_types = get_post_types(); add_action(‘do_meta_boxes’, ‘batteryboys_reorder_meta_boxes’); function batteryboys_reorder_meta_boxes(){ remove_meta_box( ‘revisionsdiv’, $post_types, ‘normal’ ); add_meta_box(‘revisionsdiv’, __(‘Revisions’), ‘post_revisions_meta_box’, … Read more