Lines:
1 to 36 of 36
<?php if ( defined( 'OIK_BLOCKS_SHORTCODES_INCLUDED' ) ) return; define( 'OIK_BLOCKS_SHORTCODES_INCLUDED', true ); /* Copyright 2010-2021 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 bw_art_level() – Return $new_version if the $array variable $index is defined else $art_version */ /* function bw_artisteer_version() – Detect Artisteer version, if applicable */ /* function bw_block_func() – Return the block function to invoke for the shortcode and active level of Artisteer */ /* function bw_block() – */ /* function bw_eblock() – */ /* function bw_block__syntax() – Syntax for [bw_block] shortcode */View on GitHub View on Trac