You appear to be a bot. Output may be restricted
Description
Query the source post type which has a noderef field $meta_key referencing the current_post_type
Usage
$string = bw_query_post_type( $current_post_type, $meta_key );
Parameters
- $current_post_type
- ( string ) required –
- $meta_key
- ( string ) required – the noderef field name
Returns
string the post_type to look for
Source
File name: oik-fields/shortcodes/oik-related.php
Lines:
1 to 5 of 5
function bw_query_post_type( $current_post_type, $meta_key ) { $post_type = 'any'; bw_trace2( $post_type, "post_type" ); return( $post_type ); }