You appear to be a bot. Output may be restricted
Description
Deregister a libraryI can't think of a reason for doing this and it certainly won't work once the library has been loaded but it could be used to force some dependency checking to fail for whatever reason you might want it to.
Usage
OIK_libs::deregister_lib( $library );
Parameters
- $library
- ( mixed ) required –
Returns
voidSource
File name: oik-lib/includes/class-oik-libs.phpLines:
1 to 3 of 3
function deregister_lib( $library ) { }View on GitHub