LLMS_Helper_Admin_Add_Ons::filter_feature_exclude_ids( array $ids )
Exclude IDs for all add-ons that are currently available on the site
Parameters Parameters
- $ids
-
(array) (Required) Existing product ids to exclude.
Return Return
(array)
Source Source
File: libraries/lifterlms-helper/includes/class-llms-helper-admin-add-ons.php
public function filter_feature_exclude_ids( $ids ) { return array_unique( array_merge( $ids, llms_helper_get_available_add_ons( false ) ) ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |