Integration_Abstract::should_load()

Determines whether this integration should load.


Return

(bool)


Top ↑

Source

File: src/Events/Integrations/Integration_Abstract.php

	public function should_load(): bool {
		return $this->filter_should_load( $this->load_conditionals() );
	}

Top ↑

Changelog

Changelog
Version Description
6.0.4 Introduced.