| 4 | | Yes, and doing so also reduces the risk of query destruction by filters which incorrectly return null. If the offending filter was added for a specific context, it will only wreck one query and not all of them. |
| | 4 | Yes, but the caller is apply_filters_ref_array(). |
| | 5 | |
| | 6 | And moving the context check to that caller also reduces the risk of query destruction by filters which incorrectly return null. If the offending filter was added for a specific context, it will only wreck one query and not all of them. |