do_action( "llms_integration_{$this->id}_init", object $instance )
Trigger an action when the integration is initialized.
Description Description
The dynamic portion of this hook, {$this->id}
, refers to the integration’s unique ID.
Parameters Parameters
- $instance
-
(object) Class instance of the class extending the
LLMS_Abstract_Integration
abstract.
Source Source
Changelog Changelog
Version | Description |
---|---|
4.21.0 | Introduced. |