You appear to be a bot. Output may be restricted
Description
Format the content (format=C)Note that this is supposed to display the full content AFTER shortcode expansion BUT excluding other filters that may be applied during "the_content" processing.
Usage
bw_field_function_content( $post, $atts, $f );
Parameters
- $post
- ( object ) required –
- $atts
- ( array ) required –
- $f
- ( mixed ) required –
Returns
voidSource
File name: oik/includes/bw_formatter.phpLines:
1 to 6 of 6
function bw_field_function_content( $post, &$atts, $f ) { $content = bw_content( $post ); span( "bw_content" ); e( $content ); epan( "bw_content" ); }View on GitHub View on Trac