Filters all options after retrieving them.
Parameters
$alloptions
array- Array with all options.
Source
return apply_filters( 'alloptions', $alloptions );
Changelog
Version | Description |
---|---|
4.9.0 | Introduced. |
Filters all options after retrieving them.
$alloptions
arrayreturn apply_filters( 'alloptions', $alloptions );
Version | Description |
---|---|
4.9.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.