wp-media / imagify-plugin

Speed up your website with lighter images without losing quality.
https://imagify.io
69 stars 24 forks source link

Fix/618 more info documentation contact links 404 #623

Closed joejoe04 closed 2 years ago

joejoe04 commented 2 years ago

closes #618

This is a fix for many 404 links throughout the plugin interface.

Was caused by IMAGIFY_APP_API_URL constant defined as https://app.imagify.io in imagify.php being used for URLs that needed to point to https://imagify.io instead.

Created a new constant named IMAGIFY_SITE_DOMAIN defined as https://imagify.io which is now used in inc/functions/common.php to set proper URLs for documentation and contact us links.

Mai-Saad commented 2 years ago