这是我的代码:
$args = array(
\'child_of\' => $CurrentPage
);
$children = get_pages( $args );
foreach ($children as $child) {
foreach ($child as $key => $value) {
echo $key[\'post_title\'];
}
};
和输出:
IpppppppcppptpppppgmppcfIpppppppcppptpppppgmppcf
输出似乎是$键的第一个字符,在两个子项上重复。
ID、post\\u作者、post\\u日期、post\\u日期\\u gmt、post\\u内容、post\\u标题等。