wp_is_ini_value_changeable
wp_is_ini_value_changeable ( $setting )
Parameters:- (string) setting The name of the ini setting to check.
Links:Returns:- (bool) True if the value is changeable at runtime. False otherwise.
Defined at: - Introduced in WordPress: 4.6.0
- Deprecated in WordPress: —
Description
Determines whether a PHP ini value is changeable at runtime.