acc_get_settings
Filter the options array.
Type: filter
Since: 2.0.0
Source: includes/util/class-options.php line 52
Parameters
| Type | Name | Description |
|---|---|---|
array | $options | Options array. |
Usage
add_filter( 'acc_get_settings', function($options) {
// ...
return $options;
} );