LLMS_Admin_Permalinks::__construct()

Constructor.


Return Return

(void)


Top ↑

Source Source

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

	public function __construct() {
		add_action( 'current_screen', array( $this, 'load_on_permalinks_screen' ) );
	}

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.