Lines:
1 to 57 of 57
<?php /* Plugin Name: oik library management Plugin URI: https://www.oik-plugins.com/oik-plugins/oik-lib-shared-library-management/ Description: OIK library management - for shared libraries Version: 0.2.1 Author: bobbingwide Author URI: https://bobbingwide.com/about-bobbing-wide Text Domain: oik-lib Domain Path: /languages/ License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Copyright 2015-2023 Bobbing Wide (email : herb@bobbingwide.com ) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2, as published by the Free Software Foundation. You may NOT assume that you can use any other version of the GPL. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. The license for this software can likely be found here: http://www.gnu.org/licenses/gpl-2.0.html */ /* function oik_lib_admin_menu() – Implement "admin_menu" for oik-lib */ /* function oik_lib_maybe_activate_mu() – Activate the MU version of this plugin */ /* function oik_lib_admin_notices() – Implement "admin_notices" for oik-lib */ /* function oik_lib_boot_oik_lib() – Boot ourselves up using the initial shared libraries */ /* function oik_lib_oik_query_libs() – Implement "oik_query_libs" for oik-lib */ /* function oik_lib_options_add_page() – Lazy load the oik-lib options page */ /* function oik_lib_init() – Implement "init" for oik-lib */ /* function oik_lib_reset_libs() – Implement "plugins_loaded" action for "oik-lib" */ /* function oik_lib_wp_loaded() – Implement "wp_loaded" action for oik-lib */ /* function oik_lib_loaded() – Functions to invoke when loaded */ oik_lib_loaded();View on GitHub
Called by
Invoked by
Call hooks
API Letters: