LLMS_Settings_Page::flush_rewrite_rules()

Flushes rewrite rules when necessary


Return Return

(void)


Top ↑

Source Source

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

	public function flush_rewrite_rules() {

		// Add the updated endpoints.
		$query = new LLMS_Query();
		$query->add_endpoints();

		// Flush rewrite rules.
		flush_rewrite_rules();

	}


Top ↑

Changelog Changelog

Changelog
Version Description
3.0.4 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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