Core Function
View Source on Trac ↗ wp_is_ini_value_changeable()
wp_is_ini_value_changeable( mixed $setting ) Determines whether a PHP ini value is changeable at runtime.
Parameters 1 required
| Name / Type | Description |
|---|---|
| $setting string | The name of the ini setting to check. Required |
Return Value
(bool)
True if the value is changeable at runtime. False otherwise.
Function Information
Since Version
4.6.0
Source File
wp-includes/load.php
Advertisement