Lines:
1 to 55 of 55
<?php // (C) Copyright Bobbing Wide 2016,2017 if ( PHP_SAPI !== "cli" ) { die(); } oik_require( "admin/oik-yoastseo.php", "oik-shortcodes" ); /* function oiksc_lazy_run_oik_shortcodes() – Lazy implementation of "run_oik-shortcodes.php" */ /* function oiksc_load_all_components() – Load all components */ /* function oiksc_load_all_plugins() – Return the registered oik-plugins */ /* function oiksc_load_all_themes() – Return the registered oik-themes */ /* function _ca_doaplugin_local() – Create the APIs for a component */ /* function _ca_dofile_local() – Process a file */ /* function _lf_dofile_local() – Create the apis for a particular file in a plugin */ /* function _ca_doapis_local() – Create the apis for a particular file in a plugin */ /* function _ca_does_api_need_processing() – Determine if this API needs processing */ /* function _ca_checkforselected_api() – Check for the selected API */ /* function oiksc_preloader() – Preload the libraries used in create_file and create_api */ /* function oiksc_preload_content() – Preload content */ /* function oiksc_pre_load_component() – Pre-load the component we’re processing */ /* function oiksc_local_oiksc_create_file() – Create an oik_file locally */ /* function oiksc_local_oiksc_create_api() – Create or update an oik_api locally */ /* function oiksc_reset_globals() – Reset globals */ /* function oiksc_reassign_hooks() – Reassign hooks */ /* function oiksc_delete_posts() – Delete a component’s posts */ /* function oiksc_delete_referenced_posts() – Delete the referenced posts */ /* function oiksc_delete_parsed_source() – Delete the matching parsed source post */View on GitHub