post_type); if (!array_key_exists($postType, JVB_CONTENT)){ return true; } if (defined('DOING_AUTOSAVE') && DOING_AUTOSAVE) return true; if (wp_is_post_revision($postID)) return true; return false; }