Alert: This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
LLMS_Helper_Upgrader::get_changelog_html( string $tag, string $url )
Retrieve changelog information from the make blog
Description Description
Retrieves the most recent 10 changelog entries for the add-on, formats the returned information into a format suitable to display within the thickbox, adds a link to the full changelog, and returns the html string.
If an error is encountered, returns an empty string.
Parameters Parameters
- $tag
-
(Required) Tag slug for the add-on on the blog.
- $url
-
(Required) Full URL to the changelog entries for the add-on.
Return Return
(string)
Source Source
File: libraries/lifterlms-helper/includes/class-llms-helper-upgrader.php
Changelog Changelog
Version | Description |
---|---|
3.2.0 | Fix usage of incorrect textdomain. |
3.1.0 | Introduced. |