March 2020
Beginner
660 pages
18h 28m
English
The built-in custom field feature and the fields we created in the Creating and managing advanced post fields recipe stores the data in the wp_postmeta table. So, the process of retrieving and displaying the custom field data is straightforward with the use of the get_post_meta function. This function takes two parameters called post ID, meta key, and Boolean value to decide the return value. Let's take a look at these parameters:
Read now
Unlock full access