If you wish to disable all notifications and warnings generated by ShortPixel Image Optimizer (SPIO), you just need to follow the steps below.
- Log in via FTP or use a file manager to edit your WordPress installation files.
- Locate the wp-config.php file and open it.
- Look for the
That's all, stop editing! Happy publishing.
line and add the following directly above it:
define('SHORTPIXEL_SILENT_MODE', 'true');
- Save the file.