Lines:
1 to 39 of 39
<?php /* Plugin Name: oik window width Plugin URI: http://www.oik-plugins.com/oik-plugins/oik-window-width Description: Simple jQuery code to help with building a responsive website Version: 0.01 Author: bobbingwide Author URI: http://www.bobbingwide.com License: GPL2 Copyright 2012,2013 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 */ add_action( "oik_loaded", "oik_ww_init" ); /* function oik_ww_init() – Implement "oik_loaded" action for oik-window-width */ /* function oik_ww_wp_footer() – Implement "wp_footer" action for oik-window-width */ add_action( "admin_notices", "oik_ww_activation" ); /* function oik_ww_activation() – */View on GitHub
Called by
Invoked by
Calls
Call hooks
API Letters:
