Hiding custom post meta
-
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?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Hiding custom post meta’ is closed to new replies.