5.6. * * @since 5.1.0 * * @param array $elements See {@link Walker::walk()}. * @param int $max_depth See {@link Walker::walk()}. * @param mixed ...$args See {@link Walker::walk()}. */ public function walk( $elements, $max_depth, ...$args ) { // phpcs:ignore PHPCompatibility.LanguageConstructs.NewLanguageConstructs.t_ellipsisFound return $this->do_walk( $elements, $max_depth, $args ); } }