Description
table footer for bw_plugProduce the table footer, if required
Usage
bw_plug_etable( $table );Parameters
- $table
- ( bool ) optional – true if a table is being displayed
Returns
voidSource
File name: oik-bob-bing-wide/shortcodes/oik-plug.phpLines:
1 to 6 of 6
function bw_plug_etable( $table=false ) { if ( $table ) { etag( "tbody" ); etag( "table" ); } }View on GitHub
Invoked by
Call hooks
API Letters:
