Integration_Abstract::should_load()
Determines whether this integration should load.
Return
(bool)
Source
File: src/Events/Integrations/Integration_Abstract.php
public function should_load(): bool {
return $this->filter_should_load( $this->load_conditionals() );
}
Changelog
| Version | Description |
|---|---|
| 6.0.4 | Introduced. |