• joemastro

    (@joemastro)


    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!

  • The topic ‘get_post_meta’ is closed to new replies.