Lines:
1 to 52 of 52
<?php /** Plugin Name: diy-oik Depends: oik base plugin Plugin URI: https://www.oik-plugins.com/oik-plugins/diy-oik Description: Do It YourTelf shortcodes using oik lazy smart shortcode APIs Version: 1.5.0 Author: bobbingwide Author URI: http://bobbingwide.com/about-bobbing-wide License: GPL2 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 */ diy_oik_loaded(); /* function diy_oik_init() – Implement "oik_loaded" action for diy-oik */ /* function diy_oik_add_shortcodes() – Implement "oik_add_shortcode" action for diy-oik */ /* function diy_oik_admin_menu() – Implement "admin_menu" action for diy-oik */ /* function diy_oik_activation() – Implememt "admin_notices" action for diy-oik */ /* function diy_oik_loaded() – Function to invoke when diy-oik is loaded */ /* function diy_oik_overrider */ /* function diy_oik_add_shortcode_filter */ /* function diy_oik_set_screen_option */ /* function diy_oik_query_autoload_classes */ /* function _diy_oik_classy */