Learndash_Product_Model::get_type_label()
Method: Returns a product type label. Usually “Course” or “Group”.
Learndash_Product_Model::get_type_label Read More »
Method: Returns a product type label. Usually “Course” or “Group”.
Learndash_Product_Model::get_type_label Read More »
Method: Returns true if the given key exists in the array, false otherwise.
Learndash_Arr::exists Read More »
Method: Returns true if the given value is array accessible, false otherwise.
Learndash_Arr::accessible Read More »
Method: Returns an array with specified keys only.
Learndash_Arr::only Read More »
Method: Returns an array with specified keys removed.
Learndash_Arr::except Read More »
Method: Deletes a value from array by the passed key(s).
Learndash_Arr::forget Read More »
Method: Returns a value from array by the passed key or the default value if not found.
Learndash_Arr::get Read More »
Class: Class for handling LearnDash Reset Password Block
LearnDash_Gutenberg_Block_Reset_Password Read More »
Method: Returns all properties. Keys are property names.
Learndash_DTO::all Read More »
Method: Includes a property or multiple properties in the DTO.
Learndash_DTO::only Read More »
Class: DTO property validator class.
Learndash_DTO_Property_Validator_String_Case Read More »
Method: Excludes a property or multiple properties from the DTO.
Learndash_DTO::except Read More »
Class: DTO validation exception class.
Learndash_DTO_Validation_Exception Read More »
Method: Returns an array of properties.
Learndash_DTO::to_array Read More »
Class: Coupon DTO class. Used to map the coupon data.
Learndash_Coupon_DTO Read More »
Method: Returns a json encoded array of properties.
Learndash_DTO::to_json Read More »
Class: DTO class.