Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/option.php | apply_filters | 331 | /** * Filters all options before caching them. * * @since 4.9.0 * * @param array $alloptions Array with all options. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
array | $alloptions | Array with all options. |