GravityKit / GravityExport-Lite

GravityExport Lite. Export all Gravity Forms entries to Excel (.xlsx) via a secret (shareable) url.
https://gfexcel.com
GNU General Public License v2.0
12 stars 8 forks source link

File upload default value. #109

Closed doekenorg closed 2 years ago

doekenorg commented 2 years ago

MR Resolves #104

The default value of true will not be returned by get_plugin_setting(). This will return null by default. So we apply the ?? operator and return true as the default value.