Lines:
1 to 39 of 39
<?php // (C) Copyright Bobbing Wide 2014-2017, 2021 /* function oiksc_listfile_strip_apis() – Strip all the classes, methods and APIs from the file */ /* function oiksc_contents_strip() – Strip the lines from start to end */ /* function oiksc_contents_strip_docblock() – Strip the preceeding docblock */ /* function oiksc_contents_link() – Convert the stripped out class or function into a link to the class, method, or function */ /* function oiksc_listfile_create_dummy_function() – Create dummy function for the file */ /* function oiksc_display_oik_file() – Display oik_file logic */ /* function _oikai_create_file() – Create or update an "oik_file" post_type */ /* function oiksc_get_oik_file_byname() – Return the "oik_file" post for the given plugin ID and file name */ /* function oiksc_get_oik_fileref() – Return the post_id for an oik_file */ /* function oiksc_oik_file_post_title() – Create the post_title for an "oik_file" */ /* function oiksc_create_oik_file() – Programmatically create an oik_file record for a selected plugin’s file */ /* function oiksc_update_oik_file() – Update an "oik_file" post type */ /* function oiksc_create_ancestry() – Determine the post_parent for an oik_file */ /* function oiksc_file_should_have_parent() – Deterimine the right value for post_parent */ /* function oiksc_display_oik_file_or_folder() – Display an oik_file or folder */ /* function oiksc_set_global_plugin_filename() – Set the global plugin and filename */ /* function oiksc_get_oik_file_post_name() – Choose a post_name */View on GitHub
