You appear to be a bot. Output may be restricted
Description
Create the map from api_name to post_idThere may be more than one API with the same name, implemented in different components
Usage
api_call_mapper::create_map();
Parameters
Returns
voidSource
File name: oik-shortcodes/admin/set_oik_api_calls.phpLines:
1 to 6 of 6
function create_map() { $this->api_map = array(); foreach ( $this->api_names as $meta_data ) { $this->api_map[ $meta_data->meta_value] = $meta_data->post_id; } }View on GitHub