LLMS_Settings_Memberships::save()

save settings to the database


Return Return

(void)


Top ↑

Source Source

File: includes/admin/settings/class.llms.settings.memberships.php

152
153
154
155
156
157
public function save() {
 
    $settings = $this->get_settings();
    LLMS_Admin_Settings::save_fields( $settings );
 
}


Top ↑

Changelog Changelog

Changelog
Version Description
3.5.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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