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.
pub fn get_post_meta(
post_id: u64,
meta_key: &str,
single: bool,
) -> WpMetaResults
Retrieves a post meta field for the given post ID.