wordpress / latest / hooks / alloptions.html

apply_filters( 'alloptions', array $alloptions )

Filters all options after retrieving them.

Parameters

$alloptions array
Array with all options.

Source

File: wp-includes/option.php. View all references

return apply_filters( 'alloptions', $alloptions );

Used By

Used By Description

Changelog

Version Description
4.9.0 Introduced.

© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/alloptions