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.


Top ↑

Parameters Parameters

$instance

(object) Class instance of the class extending the LLMS_Abstract_Integration abstract.


Top ↑

Source Source

File: includes/abstracts/llms.abstract.integration.php

View on GitHub



Top ↑

Changelog Changelog

Changelog
Version Description
4.21.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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