Lines:
1 to 53 of 53
<?php /** Plugin Name: oik-nivo-slider Requires Plugins: oik Plugin URI: https://oik-plugins.com/oik-plugins/oik-nivo-slider/ Description: [nivo] shortcode for the Nivo slider using oik Version: 1.17.0 Author: bobbingwide Author URI: https://bobbingwide.com/about-bobbing-wide Text Domain: oik-nivo-slider 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_nivo_add_shortcodes() – Implement "oik_loaded" action for the oik-nivo-slider */ /* function oik_nivo_admin_menu() – Implement "admin_menu" action for the oik-nivo-slider */ /* function oik_nivo_activation() – Implement "admin_notices" action for oik-nivo-slider */ /* function oik_nivo_loaded() – function to invoke when oik-nivo-slider loaded */ /* function oik_nivo_register_block */ /* function oik_nivo_register_editor_script */ /* function oik_nivo_dynamic_block_nivo */ /* function oik_nivo_server_side_wrapper */ oik_nivo_loaded();View on GitHub View on Trac
