LLMS_Settings_Page::save()
Save the settings field values
Return Return
(void)
Source Source
File: includes/admin/settings/class.llms.settings.page.php
245 246 247 248 249 250 251 252 | public function save() { LLMS_Admin_Settings::save_fields( $this ->get_settings() ); if ( $this -> flush ) { add_action( 'shutdown' , array ( $this , 'flush_rewrite_rules' ) ); } } |
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.17.5 | Unknown. |
1.0.0 | Introduced. |