Skip to content
Advertisement

How to get the meta value of the ACF field (wordpress)?

I need to get the meta value of the ACF field.
ACF field called ‘submitdate’ (format => Date Time picker : Y-m-d H:i:s) already has data ‘2021-06-11 17:23:36’
I tried the following code, but it only shows correct $post->ID, it doesn’t show $submitdate.
No error in console.
Would you please let me know how to echo the value of the field?

Query I tried:

JavaScript

I also tried, it shows current date and time, not the value in the field:

JavaScript



Thank you.

Advertisement

Answer

JavaScript
User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement