Lines:
1 to 63 of 63
<?php /* Plugin Name: oik-ms Plugin URI: http://www.oik-plugins.com/oik-plugins/oik-ms Description: oik multisite shortcode enablement Version: 0.1 Author: bobbingwide Author URI: http://www.bobbingwide.com License: GPL2 Copyright 2013 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 */ /** * Implement "oik_loaded" action for oik-ms */ /* function oik_ms_init() – Implement "oik_add_shortcodes" action for oik-ms */ /** * Implement "oik_class_intercept" action * * @TODO "oik_class_intercept" is not yet implemented by oik */ /* function oik_ms_oik_blog_intercept() – Implement "oik_class_intercept" action */ /** * Set the plugin server. Not necessary for a plugin on WordPress.org */ /* function oik_ms_admin_menu() – Implement "oik_admin_menu" action for oik-ms */ /** * Implement "admin_notices" for oik-ms to check plugin dependency */ /* function oik_ms_activation() – Implement "admin_notices" for oik-ms to check plugin dependency */ /** * Function to run when the plugin file is loaded */ /* function oik_ms_plugin_loaded() – Function to run when the plugin file is loaded */ oik_ms_plugin_loaded();View on GitHub
Called by
Invoked by
Call hooks
API Letters: