apply_filters( "lifterlms_{$this->id}_settings", array $account_settings )
Filters the account settings.
Description Description
The dynamic portion of this filter {$this->id} refers to the unique ID for the settings page.
Parameters Parameters
- $account_settings
-
(array) The account page settings.
Source Source
File: includes/admin/settings/class.llms.settings.security.php
Changelog Changelog
| Version | Description |
|---|---|
| 9.0.0 | Introduced. |