Tag Archives: codex

wp_get_referer

Retrieve referer from ‘_wp_http_referer’ or HTTP referer. If it’s the same as the current request URL, will return false.

3743

Continue reading

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