Missing custom ACF field
-
Hello,
I have an issue with posts on my website, I have different ACF custom fields like : short description, guest, link, etc.
The guest are showed on the original post but not on the broadcasted one, it’s the only missing field.
I never use broadcast or ACF before, my boss give me the project yesterday. I tried to use “debugging” and maybe I find why there’s an issue.
I have this –>
array (
‘field_6155633e23fd8’ =>
array (
0 => ‘3452’,
1 => ‘2620’,
2 => ‘270’,
3 => ‘332’,And this –>
`’invites’ =>
array (
0 => ‘a:4:{i:0;s:4:”3452″;i:1;s:4:”2620″;i:2;s:3:”270″;i:3;s:3:”332″;}’,
),
‘_invites’ =>
array (
0 => ‘field_6155633e23fd8’,
),`I was thinking this : every guest has his own ID like “270” and it’s this ID which is broadcasted to the other website. What if “Michael – ID 270” is “Michael – ID 913” on the other website ? Could it be the reason why Michael doesn’t show on the children post ?
Sorry english isn’t my native language, I hope you can understand me.
Thank you !
The topic ‘Missing custom ACF field’ is closed to new replies.