LLMS_Settings_Page::save()

Save the settings field values


Description Description


Return Return

(void)


Top ↑

Source Source

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

	public function save() {

		LLMS_Admin_Settings::save_fields( $this->get_settings() );

	    if ( $this->flush ) {

	    	add_action( 'shutdown', array( $this, 'flush_rewrite_rules' ) );

	    }

	}

Top ↑

Changelog Changelog

Changelog
Version Description
1.0.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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