Lines:
1 to 38 of 38
<?php // (C) Copyright Bobbing Wide 2012-2017 if ( defined( 'OIK_PAGES_SHORTCODES_INCLUDED' ) ) return; define( 'OIK_PAGES_SHORTCODES_INCLUDED', true ); /* Copyright 2012-2017 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 */ oik_require( "includes/bw_posts.php" ); oik_require( "includes/bw_images.inc" ); /* function bw_query_post_formatter() – Return the function to be used to format posts */ /* function bw_pages() – Implement [bw_pages] shortcode */ /* function bw_pages__syntax() – Syntax hook for [bw_pages] */ /* function bw_pages__help() – Help hook for [bw_pages] shortcode */ /* function bw_pages__example() – Example hook for [bw_pages] shortcode */ /* function bw_pages__snippet() – Snippet hook for [bw_pages] shortcode */View on GitHub View on Trac