Learndash_Arr::accessible()
Method: Returns true if the given value is array accessible, false otherwise.
Method: Returns true if the given value is array accessible, false otherwise.
Method: Returns true if the given key exists in the array, false otherwise.
Class: Array manipulation class.
Method: Returns an array with specified keys only.
Method: Returns an array with specified keys removed.
Method: Deletes a value from array by the passed key(s).
Method: Returns a value from array by the passed key or the default value if not found.