LLMS_Admin_Permalinks::load_on_permalinks_screen()

Ensure we’re on the permalinks screen.


Return Return

(void)


Top ↑

Source Source

File: includes/admin/class-llms-admin-permalinks.php

	public function load_on_permalinks_screen() {
		$screen = get_current_screen();

		if ( $screen && 'options-permalink' === $screen->id ) {
			$this->settings_init();
			$this->settings_save();
		}
	}


Top ↑

Changelog Changelog

Changelog
Version Description
7.6.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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