Lines:
1 to 39 of 39
<?php /* Plugin Name: oik-popup Plugin URI: http://wordpress.org/extend/plugins/oik-popup Plugin URI: http://www.oik-plugins.com/oik-plugins/oik-popup Description: Implements [bw_popup] shortcode to display a popup after a certain period of time or a clickable slidein Version: 0.3 Author: bobbingwide Author URI: http://www.oik-plugins.com/author/bobbingwide License: GPL2 Copyright 2014 Bobbing Wide (email : [email protected] ) 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 */ /* function oik_popup_init() – Implement "oik_add_shortcodes" action for oik-popup */ /* function oik_popup_admin_menu() – Set the plugin server. */ /* function oik_popup_activation() – Implement "admin_notices" for oik-css to check plugin dependency */ /* function oik_popup_plugin_loaded() – Function to run when the plugin file is loaded */ oik_popup_plugin_loaded();
Called by
Invoked by
Call hooks
API Letters: