Skip to content
This repository was archived by the owner on Jul 1, 2025. It is now read-only.

Latest commit

 

History

History
16 lines (13 loc) · 437 Bytes

File metadata and controls

16 lines (13 loc) · 437 Bytes

archive

WPS::archives

Get an array of archives links depending on the passed arguments. The arguments are the same as the one of the wp_get_archives wordpress function.

$links = WPS::archives([
  'limit' => 5
]);

Full documentation

See more