Lines:
1 to 51 of 51
<?php /* Copyright 2012-2015 Bobbing Wide (email : [email protected] ) 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 oikp_lazy_admin_menu() – Define oik plugin server settings */ /* function oik_plugins_options_do_page() – oik plugins server settings */ /* function oik_plugins_server_options() – Display the oik-plugins server options */ /* function oik_plugins_status() – Summarise the downloads and updates for each plugin */ /* function oik_plugins_accumulate_version() – Accumulate the figures for the plugin version */ if ( !function_exists( "bw_array_add2" ) ) { /* function bw_array_add2() – Return the result of adding $amount to $array[$index1][$index2] */ } /* function oik_plugins_add_version() – Add the version’s figures to the total */ /* function oik_plugins_summarise_versions() – Summarise the versions for this plugin */ /* function oik_plugins_status_report() – Produce a plugin status report */ if ( !function_exists( "bw_user_array" ) ) { /* function bw_user_array() – Build a simple ID, title array from an array of $user objects */ /* function bw_user_list() – Return an associative array of all users */ }
Called by
Invoked by
Calls
Call hooks
API Letters: