I was working out an issue with the query look and through searching the forum I found mentions of using generateblocks_query_wp_query_args or in my case the previous loop args that I later found a mention to change it to the wp_query_args version.
Did I miss it or do you not have hooks like this one documented anywhere directly? It seems like it is just luck to find it inside other random forum questions that may or may not cover my use case while having a hooks documentation or at least a place to go for more information after finding it in the forums would be nice.
It it already exists let me know where and I will bookmark it. Thank you.