Lines:
1 to 52 of 52
<?php /* Plugin Name: UK tides - heights and times Plugin URI: https://www.oik-plugins.com/oik-plugins/uk-tides-times-and-heights/ Description: uk-tides block and [bw_tides] shortcode for UK tide times and heights Version: 3.1.1 Author: bobbingwide Author URI: https://bobbingwide.com/about-bobbing-wide License: GPL2 Copyright 2011-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 */ uk_tides_plugin_loaded(); /* function uk_tides_init() – Implement "oik_add_shortcodes" action for UK tides */ /* function uk_tides_plugin_loaded() – Function to invoke when UK tides plugin is loaded */ /* function uk_tides_init_blocks */ /* function uk_tides_register_dynamic_blocks */ /* function uk_tides_dynamic_block_tides */ /* function uk_tides_server_side_wrapper */ /* function uk_tides_attributes */ /* function uk_tides_plugins_loaded */ /* function uk_tides_boot_libs */View on GitHub View on Trac