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
Called by
1 to 2 of 2
- Tests_includes_bw_formatter::test_bw_field_function_tags() – This test will return a null list of tags since "Tags" is not associated to the "page" post type
- Tests_includes_bw_formatter::test_bw_field_function_tags_bb_BB() – This test will return a null list of tags since "Tags" is not associated to the "page" post type
