Archive | Functions by letter w RSS feed for this section

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

wp_get_post_autosave

Retrieve the autosaved data of the specified post.Returns a post object containing the information that was autosaved for the specified post.

3727

Continue reading

wp_get_object_terms

Retrieves the terms associated with the given object(s), in the supplied taxonomies.The following information has to do the $args parameter and for what can be contained in the string or array of that parameter, if it exists.

3723

Continue reading

wp_get_nocache_headers

Gets the header information to prevent caching.The several different headers cover the different ways cache prevention is handled by different browsers

3721

Continue reading