1842* Fires after a 404 is triggered.1843*1844* @since 5.5.01845*1846* @param WP_Query$query The WP_Query instance(passed by reference).1847*/1848do_action_ref_array('set_404',array($this));1849}18501851/**1852* Retrieves the value of a query variable.1853*1854* @since 1.5.0
History
Introduced in 5.5.0. Unchanged from 6.7.7 through 7.1.0.