Lines:
1 to 40 of 40
<?php /** Plugin Name: oik-privacy-policy Depends: oik base plugin Plugin URI: https://www.oik-plugins.com/oik-plugins/oik-privacy-policy Description: Generate a privacy policy page, compliant with UK cookie law (EU cookie directive) for use on your website Version: 1.4.9 Author: bobbingwide Author URI: https://bobbingwide.com/about-bobbing-wide Text Domain: oik-privacy-policy Domain Path: /languages/ License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Copyright 2012-2025 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_privacy_policy_admin_menu() – Implement "oik_admin_menu" for oik-privacy-policy */ /* function oik_privacy_policy_activation() – oik-privacy-policy plugin dependency logic */ /* function oik_privacy_policy_loaded() – Function to invoke when oik-privacy-policy is loaded */ oik_privacy_policy_loaded();View on GitHub View on Trac
