Lines:
1 to 31 of 31
<?php // (C) Copyright Bobbing Wide 2012-2021 /* function oikai_listapis() – Automagically determine the API list */ /* function oikai_list_callers_callees() – List the callers and callees for the selected oik_api including information about hooks */ /* function oikai_list_callers() – List callers of the selected API */ /* function oikai_list_invokers() – List invokers of the selected API */ /* function oikai_list_callees() – List callees of the selected API */ /* function oikai_list_hooks() – List hooks invoked by the selected API */ /* function oikai_apilink() – Implement [apis] shortcode – links to a list of APIs */ /* function oikai_get_oik_apis_byname() – Load the APIs listed in the array */ /* function oikai_get_oik_api_byname() – Load the API(s) for the given function */ /* function oikai_load_posts() – Load posts associated with the given function */ /* function oikai_list_apis_byname() – Produce a list of APIs as links */ /* function apis__help() – */ /* function apis__syntax() – */View on GitHub