Hi Kingsley, that is strange I used their public contact form… in any case, if there is no object caching on the back-end going on (have they confirmed this?) then I cannot explain why the option is not saved. The Pressable support team really has no ideas either?
The only way to try to find out more (as far as I can see) would be to activate WP_DEBUG mode for a minute or two. Add these lines to your wp-config.php:
define( 'WP_DEBUG', true );
define( 'WP_DEBUG_LOG', true );
define( 'WP_DEBUG_DISPLAY', false );
Then, with debugging on, go and try to save the plugin option again. Next, look (via FTP or your hosting provider’s file browser) in the wp-content directory for a file called debug.log.
If it’s there, then download it. Then switch debug mode off again by either removing the lines in wp-config.php or set the WP_DEBUG value to false
.
Let me know if you get around to doing this and what you find in the debug.log file. But I completely understand if you don’t have time or don’t want to do this kind of thing at all ??