You appear to be a bot. Output may be restricted
Description
Implement the "admin_notices" action for oik-user- oik-user is dependent upon the oik base plugin v2.0 or higher
- Since v0.5 oik-user has been dependent upon oik-fields
- v0.5.1 is now dependent upon oik v2.5 or higher and oik-fields v1.40.1
- v0.5.2 is now dependent upon oik v2.6 or higher and oik-fields v1.40.2
- v0.6.0 is now dependent upon oik v3.1 or higher and oik-fields v1.40.4
Usage
oiku_activation();
Parameters
Returns
voidSource
File name: oik-user/oik-user.phpLines:
1 to 12 of 12
function oiku_activation() { static $plugin_basename = null; if ( !$plugin_basename ) { $plugin_basename = plugin_basename(__FILE__); add_action( "after_plugin_row_oik-user/oik-user.php", "oiku_activation" ) <; if ( !function_exists( "oik_plugin_lazy_activation" ) ) { require_once( "admin/oik-activation.php" ); } } $depends = "oik:3.1,oik-fields:1.40.4"; oik_plugin_lazy_activation( __FILE__, $depends, "oik_plugin_plugin_inactive" ); }View on GitHub