Archive | /wp-includes/post.php RSS feed for this section

wp_get_post_terms

Retrieve the terms for a post.There is only one default for this function, called ‘fields’ and by default is set to ‘all’. There are other defaults that can be overridden in wp_get_object_terms().

3739

Continue reading

wp_get_post_categories

Retrieve the list of categories for a post.Compatibility layer for themes and plugins. Also an easy layer of abstraction away from the complexity of the taxonomy layer.

3729

Continue reading