Browse: Home / Classes /

Learndash_Arr

Learndash_Arr

Array manipulation class.


Description #


Source #

File: includes/helpers/class-learndash-arr.php


Changelog #

Changelog
Version Description
4.5.0 Introduced.


Methods #

  • accessible — Returns true if the given value is array accessible, false otherwise.
  • except — Returns an array with specified keys removed.
  • exists — Returns true if the given key exists in the array, false otherwise.
  • forget — Deletes a value from array by the passed key(s).
  • get — Returns a value from array by the passed key or the default value if not found.
  • only — Returns an array with specified keys only.