How to access metadata using php?
-
Is it possible to get metadata values using php code? I want to do something like this:
<?php $imdbid = get_post_meta(get_the_ID(),'imdb_id',true); echo $imdbid; ?>
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘How to access metadata using php?’ is closed to new replies.