Lines:
1 to 40 of 40
<?php if ( defined( 'OIK_PARENT_SHORTCODES_INCLUDED' ) ) return; define( 'OIK_PARENT_SHORTCODES_INCLUDED', true ); /* Copyright 2012-2017, 2020 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_post_link() – Display a link to a post */ /* function bw_parent() – Display a link to the post->parent */ /* function bw_parent__help() – Help for [bw_parent] shortcode */ /* function bw_parent__syntax() – Syntax for [bw_parent] shortcode */ /* function bw_inner_tag() – Returns the correct inner tag given the outer */ /* function bw_inner_tags() – Return an array of inner tags for selected outer tags */ /* function bw_links() – Display a list of links given the post IDs */View on GitHub View on Trac