-
Notifications
You must be signed in to change notification settings - Fork 3
array
Polmonite edited this page Sep 21, 2019
·
1 revision
These are used to manipulate arrays. Available array filters are:
-
skip:{how_many}: skip the first$how_manyelements of the array; -
take:{how_many}: take the first$how_manyelements of the array; -
slice:{from},{how_many}: skip the first$fromelements and then take$how_manyelements from the remaining array; -
array_flatten: flatten a recursive array.
- Getting started
- Why Malini
- BaseAccessor
- ThisAccessor
- AllMetaAccessor
- MetaAccessor
- GroupedMetaAccessor
- MediaAccessor
- PostsAccessor
- PostAccessor
- Malini\Post
- Malini\Archive
- JSON Helper
- Filter Option Syntax
- Create your own Accessor
- Create your own Decorator
- Available Extensions
- Malini\Aeria
- Malini\YOAST
- Malini\ACF