You appear to be a bot. Output may be restricted
Description
Dependency checking for bbboing- bbboing version 1.8.4 now dependent upon oik v3.3.3 or higher
- bbboing version 1.8.3 now dependent upon oik v3.1 or higher.
- bbboing version 1.8.1 now dependent upon oik v3.0.0 or higher.
- bbboing version 1.8.0 now dependent upon oik v2.5 or higher.
- bbboing version 1.8 dependent upon oik version 2.3 or higher but needs v2.5-alpha.0130 for shortcake UI integration
- bbboing version 1.7 dependent upon oik version 2.2 or higher
- bbboing version 1.6 dependent upon oik version 2.1-alpha or higher and uses the new oik-activation code
- bbboing version 1.2 was dependent upon oik version 1.11
- bbboing was originally written in April 2010
Usage
bbboing_activation();
Parameters
Returns
voidSource
File name: bbboing/bbboing.phpLines:
1 to 12 of 12
function bbboing_activation() { static $plugin_basename = null; if ( !$plugin_basename ) { $plugin_basename = plugin_basename(__FILE__); add_action( "after_plugin_row_bbboing/bbboing.php", "bbboing_activation" ) <; if ( !function_exists( "oik_plugin_lazy_activation" ) ) { require_once( "admin/oik-activation.php" ); } } $depends = "oik:3.3.3"; oik_plugin_lazy_activation( __FILE__, $depends, "oik_plugin_plugin_inactive" ); }View on GitHub View on Trac