Lines:
1 to 50 of 50
<?php if ( defined( 'OIK_TABLE_SHORTCODES_INCLUDED' ) ) return; define( 'OIK_TABLE_SHORTCODES_INCLUDED', true ); /* Copyright 2012-2018, 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 */ oik_require( "includes/bw_posts.php" ); oik_require( "includes/bw_images.inc" ); oik_require_lib( "bobbforms" ); oik_require_lib( "bw_fields" ); /* function bw_table_header() – Display a table header */ /* function bw_default_title_arr() – Build a default title_arr from the field_arr */ /* function bw_query_table_columns() – Determine the columns for the table */ /* function bw_format_table_row() – Format a table row */ /* function bw_format_table() – Format the data in a table */ /* function bw_table() – Display a table of information showing custom data and other content */ /* function bw_table__syntax() – Syntax hook for [bw_table] shortcode */ /* function bw_table__help() – Help hook for [bw_table] shortcode */ /* function bw_table__example() – Example hook for [bw_table] shortcode */ /* function bw_table__snippet() – Snippet hook for [bw_table] shortcode */View on GitHub View on Trac
Called by
Invoked by
Calls
1 to 2 of 2