get_next_item

Navigation-related functions

Summary

get_next_item(Item|null $item)

Get the next item in the database.

Parameters:
  • $item (Item|null) – Check for this specific item record (current item if null).
Returns:

Item|null

Usage

Examples

See Also

Project Versions

Table Of Contents

Previous topic

Navigation-related functions

Next topic

get_previous_item

This Page