get_previous_item

Navigation-related functions

Summary

get_previous_item(Item|null $item)

Get the previous 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

get_next_item

Next topic

Link-related functions

This Page