我正在使用工具集视图来启用我 从post meta
中存储的帖子关系中获取父$ parent_post的帖子标题当前帖子有一个名为_wpcf-related_parent_id =(自定义ID)的元键
我需要获得父帖子的自定义元值
function parent_post_field_func($ post_parent_id){
// Attributes
$atts = shortcode_atts(array(
),
$atts,
'post_parent_id'
);
}