LLMS_Settings_Courses::output()
Output settings on screen
Return Return
(void)
Source Source
File: includes/admin/settings/class.llms.settings.courses.php
public function output() {
$settings = $this->get_settings();
LLMS_Admin_Settings::output_fields( $settings );
add_action( 'shutdown', array( $this, 'flush_rewrite_rules' ) );
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 3.5.0 | Introduced. |