apply_filters( ‘alloptions’, array $alloptions )

In this article

Filters all options after retrieving them.

Parameters

$alloptionsarray
Array with all options.

Source

return apply_filters( 'alloptions', $alloptions );

Changelog

VersionDescription
4.9.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.