Alert: This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.

LLMS_Processors::__construct()

Constructor.


Return Return

(void)


Top ↑

Source Source

File: includes/processors/class.llms.processors.php

	private function __construct() {

		// Processors may trigger a notice during a cron and notices might not be available.
		require_once LLMS_PLUGIN_DIR . 'includes/admin/class.llms.admin.notices.php';
		$this->load_all();

	}


Top ↑

Changelog Changelog

Changelog
Version Description
6.0.0 Made sure the admin notices file is required.
5.0.0 Remove call to removed method includes().
3.15.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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