Lines:
1 to 57 of 57
<?php /** Plugin Name: cookie-cat Depends: oik base plugin Plugin URI: https://www.oik-plugins.com/oik-plugins/cookie-cat Description: [cookies] shortcode for producing a table of cookies the website uses Version: 1.4.6 Author: bobbingwide Author URI: https://bobbingwide.com/about-bobbing-wide License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html 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 */ cookie_cat_loaded(); /* function cookie_cat_init() – Implement "oik_loaded" action for cookie-cat */ /* function cookie_cat_oik_add_shortcodes() – Implement "oik_add_shortcodes" action for cookie-cat */ /* * Implements "admin_notices" action for cookie-cat * * Checks plugin dependencies. This code will produce a message when cookie-cat is activated but oik isn't * * Version | Depends on * ------- | ------- * 1.4 | oik v2.1 * 1.4.1 | oik v2.5 * 1.4.3 | oik v3.1 * 1.4.4 | oik v3.2.8 */ /* function cookie_cat_activation() – */ /* function cookie_cat_admin_menu() – Implement "oik_admin_menu" for cookie-cat */ /* function oik_cookie_filter() – Implement "cookies" filter for cookie-cat */ /* function cookie_cat_loaded() – function to invoke when cookie-cat is loaded */View on GitHub View on Trac