Filters the allowed options list.
Parameters
$allowed_optionsarray- The allowed options list.
Source
$allowed_options = apply_filters( 'allowed_options', $allowed_options );
Changelog
| Version | Description |
|---|---|
| 5.5.0 | Introduced. |
| CARVIEW |
Filters the allowed options list.
$allowed_optionsarray$allowed_options = apply_filters( 'allowed_options', $allowed_options );
| Version | Description |
|---|---|
| 5.5.0 | Introduced. |
You must log in before being able to contribute a note or feedback.
Example how to add allowed_options.
(Adapted deprecated code by arnoutpullen)