The ‘No replies’ view

You can filter Filter Filters are one of the two types of Hooks https://codex.wordpress.org/Plugin_API/Hooks . They provide a way for functions to modify data of other functions. They are the counterpart to Actions. Unlike Actions, filters are meant to work in an isolated manner, and should never have side effects such as affecting global variables and output. the forum posts by different criteria. A filter often used is “No replies” – posts which got no answer.
This is the link that selects the posts with no replies:
https://wordpress.org/support/view/no-replies

Last updated: