update post field meta
This commit is contained in:
parent
f44298f503
commit
bf5cccf685
1 changed files with 1 additions and 1 deletions
|
@ -230,7 +230,7 @@ function url_to_postid( $in_replyto_url ) {
|
||||||
'type' => $post_types,
|
'type' => $post_types,
|
||||||
'meta_query' => array(
|
'meta_query' => array(
|
||||||
array(
|
array(
|
||||||
'key' => '_activitypub_permalink_compat',
|
'key' => 'activitypub_canonical_url',
|
||||||
'value' => $in_replyto_url,
|
'value' => $in_replyto_url,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in a new issue