A filtered list of Event post IDs; note the order of the * result is NOT relevant as much as that the order that's been * used to fetch the Events. */ public function get_ical_ids( $per_page ); /** * Disable the url management inside of the current view. * * @since 5.7.0 * * @return View_Interface A reference to the View-like that is being directed. */ public function disable_url_management(); }