Lines:
1 to 55 of 55
<?php /* Plugin Name: oik-rwd Plugin URI: https://oik-plugins.com/oik-plugins/oik-rwd Description: Dynamically generate responsive CSS classes for width and height (with margins and/or padding) using the [bw_rwd] shortcode Version: 0.5.3 Author: bobbingwide Author URI: https://bobbingwide.com/about-bobbing-wide License: GPL2 Copyright 2013-2017, 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 */ /* function oik_rwd_init() – Implement "oik_loaded" action for oik-rwd */ /* function oik_rwd_add_shortcodes() – Implement "oik_add_shortcodes" for oik-rwd */ /* function oik_rwd_shortcode_atts() – Implement "oik_shortcode_atts" filter for oik-rwd */ /* function oik_rwd_oik_class_intercept() – Implement "oik_class_intercept" action */ /* function oik_rwd_oik_responsive_column_class() – Implement "oik_responsive_column_class" filter for oik-rwd */ /* function oik_rwd_admin_menu() – Implement "oik_admin_menu" action for oik-rwd */ /** * Set the plugin server. Not necessary for a plugin on WordPress.org */ // function oik_rwd_admin_menu() { // oik_register_plugin_server( __FILE__ ); //} /* function oik_rwd_activation() – Implement "admin_notices" for oik-rwd to check plugin dependency */ /* function oik_rwd_plugin_loaded() – Function to run when the plugin file is loaded */ oik_rwd_plugin_loaded();View on GitHub
Called by
Invoked by
Call hooks
API Letters:
