Support

Account

Home Forums General Issues How to display the value from the latest post id in the widget Reply To: How to display the value from the latest post id in the widget

  • Hi @ayeweb

    Thanks for the post.

    I am not sure I have clearly understood this use case, but I would like to point that you can target anh ACF value from the $_POST data like so:

    $value = $_POST['acf']['field_key'];