You appear to be a bot. Output may be restricted
Description
Simple wrapper to the_meta() for displaying the meta data The best way of displaying this would be to put it into a text widget then it would work regardless of the content being displayed
Usage
bw_meta( $atts );
Parameters
- $atts
- ( mixed ) optional –
Returns
voidSource
File name: oik-fields/oik-fields.phpLines:
1 to 4 of 4
function bw_meta( $atts = null ) { the_meta(); return; }View on GitHub