How to retrieve custom field types for all posts in WordPress/PHP?
Question
I have a post type absf-episodes
copied from the URL /wp-admin/edit.php?post_type=absf-episodes
The custom fields which I have for the post type absf-episodes
are:
broadview_updated, description_en, description_fr, description_short_en, description_short_fr, episode_id, title_short_en, title_short_fr
I have a function in which I want to mention those fields so that I can call the function again and again.
function get_down_latest_videos( ) {
}
Posts having post_type=absf-episodes:
0
custom-field, custom-post-types, theme-development
4 years
2019-10-30T10:02:34-05:00
2019-10-30T10:02:34-05:00 0 Answers
73 views
0
Leave an answer