Description
Format the "read more" link (format=R)
Usage
bw_field_function_readmore( $post, $atts, $f );Parameters
- $post
- ( object ) required –
- $atts
- ( array ) required –
- $f
- ( mixed ) required –
Returns
voidSource
File name: oik/includes/bw_formatter.phpLines:
1 to 3 of 3
function bw_field_function_readmore( $post, &$atts, $f ) { bw_format_read_more( $post, $atts ); }View on GitHub View on Trac
