Archive | Functions RSS feed for this section

wp_reset_query

Destroy the previous query and set up a new query.This should be used after query_posts() and before another query_posts(). This will remove obscure bugs that occur when the previous wp_query object is not destroyed properly before another is set up.

4057

Continue reading

wp_reset_postdata

After looping through a separate query, this function restores the $post global to the current post in the main query

4055

Continue reading

wp_remote_retrieve_response_message

Retrieve only the response message from the raw response.Will return an empty array if incorrect parameter value is given.

4051

Continue reading

wp_remote_retrieve_response_code

Retrieve only the response code from the raw response.Will return an empty array if incorrect parameter value is given.

4049

Continue reading