Support

Account

Home Forums Backend Issues (wp-admin) The_field() not working with dynamic value on plugin integration Reply To: The_field() not working with dynamic value on plugin integration

  • Hi Elliot, Thanks for your answer
    I did a var_dump() on the $post->ID and it outputs int(479) (or whatever the post number is) if i have a fix variable like $postID= int(479); it works.