apply_filters( "{$this->prefix}update_options", array $options , null|string $location )
Filters options for a particular 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. |