You appear to be a bot. Output may be restricted
Description
Load the selected posts and the associated posts from the meta data
$post_id, "_oik_api_calls", $oikai_callee _oik_api_name – the API name for the given post _oik_api_calls – one or more oik_api IDs _oik_api_plugin – one or more oik-plugins IDs _oik_api_fileref – one or more oik_file IDs _oik_api_associations – mapping of hooks and stuff
Usage
oiksc_api_cache::load_posts( $function );
Parameters
- $function
- ( mixed ) required –
Returns
void
Source
File name: oik-shortcodes/classes/class-oiksc-api-cache.php
Lines:
1 to 6 of 6
function load_posts( $function ) { $posts = $this->get_oik_api_byname( $function ); //$this->map_posts( $posts, true ); bw_trace2( $posts, "posts", true, BW_TRACE_VERBOSE ); $this->preload_api_calls( $posts[0] ); }