Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

get all post meta

//Get the meta for all keys:
<?php $meta = get_post_meta($post_id); ?>
 
PREVIOUS NEXT
Tagged: #post #meta
ADD COMMENT
Topic
Name
7+6 =