do_action( "{$this->prefix}settings_update", array $options , null|string $location )
Fires after the settings update for a prefix.
Description Description
The dynamic part of the hook $this->prefix
refers to the semperfi setting prefix.
Parameters Parameters
- $options
-
An array of options.
- $location
-
Location index.
Source Source
File: includes/class-ld-semper-fi-module.php
Changelog Changelog
Version | Description |
---|---|
2.1.0 | Introduced. |