I've got three custom post meta items that I'd rather not let the end user play with.
All three of them are prefixed with an underscore and I'm creating them like this:
update_post_meta($post->ID, '_wordbooker_extract', $excerpt);
But they appear in the Custom Fields area on the Edit/Add Post/Page screens.
Any idea what I'm doing wrong?