You appear to be a bot. Output may be restricted
Description
Implement "admin_notices" action for oik-batchmove"
v2.4.2 now depends on oik v3.0.0 or higher v2.4.3 now depends on oik v3.1 or higher v2.5.0 now depends on oik v4.0 or higher
Usage
oik_batchmove_activation();
Parameters
Returns
void
Source
File name: oik-batchmove/oik-batchmove.php
Lines:
1 to 12 of 12
function oik_batchmove_activation() { static $plugin_basename = null; if ( !$plugin_basename ) { $plugin_basename = plugin_basename(__FILE__); add_action( "after_plugin_row_oik-batchmove/oik-batchmove.php", "oik_batchmove_activation" ); if ( !function_exists( "oik_plugin_lazy_activation" ) ) { require_once( "admin/oik-activation.php" ); } } $depends = "oik:4.0"; oik_plugin_lazy_activation( __FILE__, $depends, "oik_plugin_plugin_inactive" ); }