Lines:
1 to 100 of 144
<?php /** Author: bobbingwide Author URI: http://www.bobbingwide.com License: GPL2 Copyright 2012-2018 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_redirect() – Author: bobbingwide Author URI: http://www.bobbingwide.com License: GPL2 */ /* function _oikp_lazy_redirect_download() – Support /plugins/download/?plugin=plugin&version=version&apikey=apikey&action=update/download&id=id */ /* function oikp_validate_pluginversion() – validate the plugin and version against the given post ID */ /* function oikp_load_apikey() – Load a record for this apikey and check that it’s OK */ /* function oikp_validate_apikey() – validate the apikey for this selected plugin version */ /* function oikp_increment_downloads() – Increment the downloads for this plugin version */ /* function oikp_download_file() – Deliver the plugin version requested */ /* function oikp_force_download() – Force the download of a file */ /* function _oikp_lazy_redirect_update_check() – Perform oikp_update_check */ /* function _oikp_lazy_redirect_info() – Perform oikp_plugin_information */ /* function _oikp_lazy_redirect_check_these */ /* function oikp_perform_update_check */ /* function oikp_lazy_redirect() – Invoke the correct server function */ /* function oikp_load_plugin() – Load the plugin by $slug */ /* function oikp_load_pluginversion() – Load the latest plugin version */ /* function oikp_get_latestversion() – Return the version metadata */ /* function oikp_get_plugin() – Load the plugin for the given plugin version or premium version node */ if ( !function_exists( "bw_return_field" ) ) { /* function bw_return_field() – Return the value of the field depending on the field type */ } /* function oikp_get_requires() – Get the value of the "required_version" custom category ( was _oikpv_requires ) */ /* function oikp_get_largest() – Return largest value of a given field from array of objects */ /* function oikp_get_compatibility() – [compatibility] => Array ( [3.4.1] => Array ( [2.1.11] => Array ( [0] => 80 [1] => 5 [2] => 4 ) */ /* function oikp_get_tested() – Get the value of the "compatible_up_to" custom category ( was _oikpv_tested ) */ /* function oikp_get_attachment() – */ /* function oikp_get_package() – Return the package URL for this plugin */ /* function oikp_update_check() – */ if ( !function_exists( "bw_get_userdata" ) ) { /* function bw_get_userdata() – Get userdata for the selected user ID */ } /* function bw_get_author_name() – Return a link to the author’s home page Determine the author’s display name from the post author
Called by
Invoked by
Calls
Call hooks
API Letters: