apply_filters( 'learndash_hub_installed_projects', LearnDashHubComponentarray<string, )
Filters the installed LearnDash add-on projects.
Description #
Allows modification of the list of installed projects displayed on the LearnDash Add-ons page.
Parameters #
-
(<span class="LearnDashHubComponentarrayLearnDashHubComponentarray<string,) array{ slug: string, name: string, latest_version: string, tags: string, product_type: string, has_update: bool, is_active: bool, version: string, folder_slug: string, }> $api_data The installed projects data keyed by plugin slug.
Return #
(LearnDashHubComponentarray<string,) array{ slug: string, name: string, latest_version: string, tags: string, product_type: string, has_update: bool, is_active: bool, version: string, folder_slug: string, }> The installed projects data keyed by plugin slug.
Source #
Changelog #
| Version | Description |
|---|---|
| 5.0.2 | Introduced. |