我试图使用以下代码
-rw-rw-r-- 1 a a 1626 Oct 3 12:03 libmyobject.a.keep
-rw-rw-r-- 1 a a 1626 Oct 3 12:06 libmyobject.a
不知何故,meta未保存到数据库中。使用$response = wp_remote_post( 'https://domain.com/forms/3/input', $args );
if( ! is_wp_error( $response ) ) {
$result = json_decode( $response['body'] );
update_field( 'dk_id', $result->result->id, $post->ID );
}
时,$result->result->id
为integer
。
这段代码对我很有用,但是很好:
gettype()
看起来这个函数不会取我的变量。非常感谢帮帮忙!