Lines:
1 to 45 of 45
<?php /** Plugin Name: oik-video Depends: oik Plugin URI: https://www.oik-plugins.com/oik-plugins/oik-video Description: [bw_video] shortcode for oik Version: 1.2.4 Author: bobbingwide Author URI: https://bobbingwide.com/about-bobbing-wide License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Copyright 2012-2023 Bobbing Wide (email : herb@bobbingwide.com ) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2, as published by the Free Software Foundation. You may NOT assume that you can use any other version of the GPL. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. The license for this software can likely be found here: http://www.gnu.org/licenses/gpl-2.0.html */ bw_video_loaded(); /* function bw_video_init() – Implement "oik_loaded" action for oik-video */ /* function bwv_admin_menu() – Implement "oik_admin_menu" action for oik-video */ /* function bwv_activation() – Implement "admin_notices" for oik-video to check plugin dependency */ /* function bw_video_loaded() – Function to invoke when plugin loaded */