Description
Usage
oiksp_get_status( $post_id );Parameters
- $post_id
- ( mixed ) required –
Returns
voidSource
File name: oik-squeeze/shortcodes/oik-squeeze.phpLines:
1 to 5 of 5
function oiksp_get_status( $post_id ) { $status = get_post_meta( $post_id, "_oiksp_status", true ); bw_trace2( $status, "status" ); return( $status ); }View on GitHub
Called by
1 to 1 of 1
