How do you add a filter to wp-block-page-list?
I had a look at the wp-block-page-list block rendering callback and it doesn’t seem to provide any nice filters for this. The callback uses get_pages() for getting the list of pages, which means you can use get_pages_query_args and get_pages filter hooks to modify the pages query and the pages list. The difficult part here is … Read more