List custom field values on an admin screen
-
Hi,
I have a plugin which uses create_meta_box() to add a section to the add/edit posts page.
This section also has a field which is saved as a custom field on the post.
I would like to be able to retrieve all custom field values for a given key, if they contain “#”.
Any tips on where to start? I think the functionality is similar to query_posts()
Thanks
- The topic ‘List custom field values on an admin screen’ is closed to new replies.