LLMS_Add_On::get_channel_subscription()

Retrieve the update channel for the addon


Return Return

(string)


Top ↑

Source Source

File: includes/models/model.llms.add-on.php

143
144
145
public function get_channel_subscription() {
    return 'stable';
}


Top ↑

Changelog Changelog

Changelog
Version Description
3.22.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.