Description
Return the plugins server if the requested plugin is one of oursNote: $bw_registered_plugins is an array of filenames we create $bw_slugs as an array of "slug" => array( 'basename' => "slug/plugin_name.php", 'file'=> 'server'=>, 'apikey'=> ) $bw_plugins (stored in WordPress options) also contains 'server' and 'apikey'
Usage
$array = oik_query_plugins_server( $plug );Parameters
- $plug
- ( mixed ) required –
Returns
arraySource
File name: oik/admin/oik-admin.phpLines:
1 to 6 of 6
function oik_query_plugins_server( $plug ) { $bobbcomp_loaded = oik_require_lib( "class-bobbcomp" ); $oik_update_loaded = oik_require_lib( "class-oik-update" ); $plugin_settings = oik_update::oik_query_plugins_server( $plug ); return( $plugin_settings ); }View on GitHub View on Trac
Called by
1 to 4 of 4
- oikp_our_plugin() – Determine if this is one of "our" plugins
- oik_check_checked_for_update() – Check the checked array for updates
- oik_check_for_update() – Check an oik-plugins server for an updated plugin
- oik_update::oik_query_plugins_server() – Return the plugins server if the requested plugin is one of ours
Invoked by
Calls
1 to 2 of 2
