You appear to be a bot. Output may be restricted
Description
Perform plugin relocation just before the plugins are listed on the admin pagefor action: pre_current_active_plugins
Usage
bw_relocate_pre_current_active_plugins( $plugins );
Parameters
- $plugins
- ( mixed ) required –
Returns
voidSource
File name: oik/admin/oik-admin.phpLines:
1 to 4 of 4
function bw_relocate_pre_current_active_plugins( $plugins ) { oik_require( "admin/oik-relocate.inc" ); bw_lazy_relocate_pre_current_active_plugins( $plugins ); }View on GitHub View on Trac