You appear to be a bot. Output may be restricted
Description
Format the 'thumbnail' image (format=I)Applies the thumbnail= parameter to determine the size of the image
Usage
bw_field_function_image( $post, $atts, $f );
Parameters
- $post
- ( mixed ) required –
- $atts
- ( mixed ) required –
- $f
- ( mixed ) required –
Returns
voidSource
File name: oik/includes/bw_formatter.phpLines:
1 to 6 of 6
function bw_field_function_image( $post, &$atts, $f ) { $thumbnail = bw_thumbnail( $post->ID, $atts ); if ( $thumbnail ) { bw_format_thumbnail( $thumbnail, $post, $atts ); } }View on GitHub View on Trac