You appear to be a bot. Output may be restricted
Description
Implement "oik_admin_menu" action for oik-video
Register the plugin as being supported from an oik-plugins server
Usage
bwv_admin_menu();
Parameters
Returns
void
Source
File name: oik-video/oik-video.php
Lines:
1 to 4 of 4
function bwv_admin_menu() { oik_register_plugin_server( __FILE__ ); }