Function get_post_meta

Source
pub fn get_post_meta(
    post_id: u64,
    meta_key: &str,
    single: bool,
) -> WpMetaResults
Expand description

Retrieves a post meta field for the given post ID.