You appear to be a bot. Output may be restricted
Description
Add a registered libraryNote that we can have duplicate entries with the same library name It's only when we load the library ( using require) that it becomes resolved.
Usage
OIK_libs::add( $lib );
Parameters
- $lib
- ( mixed ) required –
Returns
voidSource
File name: oik-lib/includes/class-oik-libs.phpLines:
1 to 4 of 4
function add( $lib ) { $this->libraries[] = $lib; }View on GitHub