You appear to be a bot. Output may be restricted
Description
Return the fields to be printed in the email body
Note: Some fields may not be correctly "printed" ? e.g. Rating fields which are displayed using JavaScript 2013/09/05
Usage
bw_return_fields( $validated );
Parameters
- $validated
- ( mixed ) required –
Returns
void
Source
File name: oik-fields/shortcodes/oik-new.php
Lines:
1 to 7 of 7
function bw_return_fields( $validated ) { bw_push(); bw_format_meta( $validated ); $ret = bw_ret(); bw_pop(); return( $ret ); }