Hi all!
Does anyone know the maximum amount of data that can be stored with add_option () / update_option () / get_option () ?
Thanks
Hi all!
Does anyone know the maximum amount of data that can be stored with add_option () / update_option () / get_option () ?
Thanks
I just checked the wp_options table that WordPress creates for itself, and the value is stored in a "longtext" field, which can hold up to 4 GB of data.
You must log in to post.