Using deprecated case insensitive constants
-
Under line no. 170 – 173, We are using following.
define('SOCIAL_CARE_LITE_THEME_DOC','https://www.gracethemesdemo.com/documentation/social-care/#homepage-lite','social-care-lite'); define('SOCIAL_CARE_LITE_PROTHEME_URL','https://gracethemes.com/themes/charitable-organizations-wordpress-theme/','social-care-lite'); define('SOCIAL_CARE_LITE_LIVE_DEMO','https://www.gracethemesdemo.com/social-care/','social-care-lite');
You can clearly see the third parameter in define is used to set the case insensitive. setting it to ‘social-care-lite’. Make it true.
I have adjusted my theme’s code. Hope, I will see this update in the new theme’s update.
- The topic ‘Using deprecated case insensitive constants’ is closed to new replies.