在插入帖子后获取帖子元 时间:2017-08-09 作者:Nikunj 我试图在帖子通过代码插入后获得帖子元,但它不起作用。Post meta not showing:$id = wp_insert_post( $post_args ); $zip=get_post_meta( $id,\'baseSalary\',true); print_r($zip); Below code is working:$id = wp_insert_post( $post_args ); $zip=get_the_title( $id); print_r($zip); 1 个回复 SO网友:Mr. Ajay $id=wp\\u insert\\u post($post\\u args);$zip=get\\u post\\u meta($id,\'baseSalary\',false);print\\u r($zip);如果要获取值数组,请写入false而不是true。 结束 文章导航