You can't remove a define value without leaving the single quotes. It should look like this now;
define('TEXT_INFORMATION', ''); That's two single quotes, not a regular quotation mark.
If you want to add text, define('TEXT_INFORMATION', 'Your Text Here');


Reply With Quote
