You appear to be a bot. Output may be restricted
Description
Map a post
Note: $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
void
Source
File name: oik-shortcodes/classes/class-oiksc-api-cache.php
Lines:
1 to 3 of 3
function map( $post_id ) { $this->meta_values[ $this->meta_key ][ $this->meta_value ] = array( $post_id ); }