Skip to content

Instantly share code, notes, and snippets.

<?php
/*
* This function is for Wordpress and will get post data from posts
* that are associated with a specific meta key and meta value pair.
*
* By: Christian Gundersson, christian@buro2.se
*
*/
<?php
/*
* This function will get post data associated with a specific meta key and meta value.
*
* By: Christian Gundersson, christian@buro2.se
*
*/
function pcpt_get_posts_by_meta ( $meta_key, $meta_value )