Lines:
1 to 25 of 25
<?php // (C) Copyright Bobbing Wide 2015-2017, 2023 /* class OIK_libs */ /* function OIK_libs::instance() – Return a single instance of this class */ /* function OIK_libs::__construct() – Constructor */ /* function OIK_libs::register_lib() – Register a library */ /* function OIK_libs::add() – Add a registered library */ /* function OIK_libs::deregister_lib() – Deregister a library */ /* function OIK_libs::error() – Create a WordPress error */ /* function OIK_libs::require_lib() – Require a library file */ /* function OIK_libs::query_libs() – Query the shared libraries available */ /* function OIK_libs::loaded() – Mark the library as loaded */ /* function OIK_libs::is_loaded() – Determine if the library has been loaded */ /* function OIK_libs::is_already_loaded() – Determine if a given $lib object is already loaded */ /* function OIK_libs::compatible_version() – Determine if the current version is compatible with the required version */ /* function OIK_libs::determine_lib() – Determine a library file */ /* function OIK_libs::load_dependencies() – Load the libraries upon which this library is dependent */ /* function OIK_libs::checked() – Determine if the library has been checked for dependencies */ /* function OIK_libs::require_func() – Require a library function */ /* function OIK_libs::require_file */ /* function OIK_libs::reset() – Reset libraries */ /* function OIK_libs::loaded_version */View on GitHub
Called by
Invoked by
Calls
Call hooks
API Letters: