Forums

Hiding custom post meta (2 posts)

  1. Steve
    Member
    Posted 8 months ago #

    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?

  2. Steve
    Member
    Posted 8 months ago #

    Woops - realised I posted this in the wrong area!

Reply

You must log in to post.

About this Topic