apply_filters( "llms_update_option_{$type}", string|null $option_value, array $field )

Filters the value of a settings field after it has been parsed and sanitized and before it is saved to the database.


Description Description

The dynamic portion of this hook, {$type} refers to the setting field type: email, text, checkbox, etc…


Top ↑

Parameters Parameters

$option_value

(string|null) The sanitized option value or null.

$field

(array) The settings field array.


Top ↑

Source Source

File: includes/admin/class.llms.admin.settings.php

View on GitHub



Top ↑

Changelog Changelog

Changelog
Version Description
7.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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