Unofficial SMF API Documentation

./Sources/Subs-Recent.php

getLastPosts

function getLastPosts(array $latestPostOptions): array

Get the latest posts of a forum.

Type Parameter Description
array $latestPostOptions  

cache_getLastPosts

function cache_getLastPosts(array $latestPostOptions): void

Callback-function for the cache for getLastPosts().

Type Parameter Description
array $latestPostOptions  

Suggest an edit to this page on GitHub