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();
|
Is there any need to use both Is it a case that I would pick one of the two functions; is there any point in doing this after a query :
|
|||
|
|
|
There's no need to use them both. You should only use So it's better to use |
|||
|
|