You appear to be a bot. Output may be restricted
Description
Preload contentSee if preloading ALL the content makes any difference on second and subsequent runs when running locally.
Usage
oiksc_preload_content();
Parameters
Returns
voidSource
File name: oik-shortcodes/admin/oik-create-apis.phpLines:
1 to 6 of 6
function oiksc_preload_content() { $api_cache = oiksc_api_cache::instance(); $api_cache->preload_all_apis(); }View on GitHub