Deprecated: Automatic conversion of false to array is deprecated Options.php
-
Deprecated: Automatic conversion of false to array is deprecated in /wp-content/plugins/popup-maker/classes/Utils/Options.php on line 120
https://developer.ww.wp.xz.cn/reference/functions/get_option/#return
If there is no option in the database, booleanfalseis returned.// First let’s grab the current settings
$options = get_option( self::$prefix . ‘settings’ ); // <– returns false…
// Next let’s try to update the value
$options[ $key ] = $value; // <– treating like an array without checking
The topic ‘Deprecated: Automatic conversion of false to array is deprecated Options.php’ is closed to new replies.