/var/www/html/wp-content/plugins/admin-menu-editor/customizables/Settings/

OS : Linux

PHP Version : 7.4.33

Software : isNullable() ) { return wp_json_encode($value); } else { return (string)$value; } } public function decodeSubmittedValue($value) { if ( $this->isNullable() ) { return json_decode($value, true); } else { return $value; } } }