You appear to be a bot. Output may be restricted
Description
Format the Tags (format=t )
Usage
bw_field_function_tags( $post, $atts, $f );
Parameters
- $post
- ( mixed ) required –
- $atts
- ( mixed ) required –
- $f
- ( mixed ) required –
Returns
voidSource
File name: oik/includes/bw_formatter.phpLines:
1 to 4 of 4
function bw_field_function_tags( $post, &$atts, $f ) { $tag_list = get_the_tag_list( "", ",", "", $post->ID ); bw_field_function_metadata( "bw_tags", __( "Tags", "oik" ), $tag_list ); }View on GitHub View on Trac