Recent

the_bsearch_term_listfunction

the_bsearch_term_list()

Retrieves a post’s terms as a list with specified format. Works with custom post types.

Since: 3.0.0
Source: includes/general-template.php line 925

Changelog

Version Description
3.3.0 Removed $echo parameter. This function will always display the terms.
3.0.0 Introduced.

Signature

function the_bsearch_term_list( $post = ..., $args = ... );

Parameters

Type Name Description
int|\WP_Post $post Optional. Post ID or post object. Default is the global $post.
string|array $args Optional. Array or string of parameters.

See Also

  • get_bsearch_term_list()