Forums
Forums / Fixing WordPress / Metabox information output.
(@kimtongjoo)
4 years, 8 months ago
Hello
How can I print out the information entered in the meta box from another php file?
(@sebastienserre)
Hello,
You need to find the meta_key used to store these data in wp_postmeta database table (I assume it’s metabox on post) and then use https://developer.wordpress.org/reference/functions/get_post_meta/ to get the value.
The topic ‘Metabox information output.’ is closed to new replies.