Forgot to mention that we pass/meet all the basic criteria on your Pre-Support Self-Check.
— Server Info
Server Software: Apache
PHP Version: 5.6.31
GD Support: Yes
PHP_SHLIB_SUFFIX: so
exec() Function: Enabled
chmod() Function: Enabled
— ZodiacPress Info
swetest file: Okay
Ephemeris permissions: Executable
— WordPress Info
WP Version: 4.8.1
Multisite: No
Fantastic. That did it. Thank you, TinyPNG!
For others looking to do the same… add the below to you theme’s functions.php.
function remove_tinypng_compress_all() {
remove_submenu_page('upload.php', 'tiny-bulk-compress');
}
add_action( 'admin_init', 'remove_tinypng_compress_all' );