Is there any need to use both wp_reset_postdata and wp_reset_query together?

Is there any need to use both wp_reset_postdata() and wp_reset_query() together?

Is it a case that I would pick one of the two functions; is there any point in doing this after a query :

 wp_reset_postdata();
 wp_reset_query();

Related posts

Leave a Reply

1 comment