You appear to be a bot. Output may be restricted
Description
Map a postNote: $this meta_key and meta_value must have already been set
Usage
oiksc_api_cache::map( $post_id );
Parameters
- $post_id
- ( ID ) required – the post to be mapped
Returns
voidSource
File name: oik-shortcodes/classes/class-oiksc-api-cache.phpLines:
1 to 3 of 3
function map( $post_id ) { $this->meta_values[ $this->meta_key ][ $this->meta_value ] = array( $post_id ); }View on GitHub