How about an array of values as in?
<?php
$boxes=array("'meta_key_1', 'meta_key_2', etc')
$key_1_values = get_post_meta(76, $boxes);
Would be mighty helpful!
Tankls for the awesomeness that is WordPress!
How about an array of values as in?
<?php
$boxes=array("'meta_key_1', 'meta_key_2', etc')
$key_1_values = get_post_meta(76, $boxes);
Would be mighty helpful!
Tankls for the awesomeness that is WordPress!
You must log in to post.