do_action( 'lifterlms_update_option', array $field )

Action run prior to the update of a LifterLMS setting field option.


Description Description

An update isn’t guaranteed after this action if the method’s logic can’t find a valid posted valued to persist to the database.


Top ↑

Parameters Parameters

$field

(array) The admin setting field array to be updated.


Top ↑

Source Source

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

View on GitHub



Top ↑

User Contributed Notes User Contributed Notes

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