1813* Fires after a 404 is triggered.1814*1815* @since 5.5.01816*1817* @param WP_Query$query The WP_Query instance(passed by reference).1818*/1819do_action_ref_array('set_404',array($this));1820}18211822/**1823* Retrieves the value of a query variable.1824*1825* @since 1.5.0
History
Introduced in 5.5.0. Unchanged from 6.7.7 through 7.1.0.