Description
Return the fields to be printed in the email bodyNote: 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
voidSource
File name: oik-fields/shortcodes/oik-new.phpLines:
1 to 7 of 7
function bw_return_fields( $validated ) { bw_push(); bw_format_meta( $validated ); $ret = bw_ret(); bw_pop(); return( $ret ); }View on GitHub
Called by
1 to 1 of 1
Invoked by
Calls
1 to 3 of 3
