WWW

How to fix the ‘The WC_Cart::get_cart_url function is deprecated’ error in PHP

This error is mostly generated by outdated WordPress themes and/or plugins on sites which use WooCommerce. After coming across it myself several times I finally found a good/simple fix on this page. It says the offending code can be easily located by running the following command in your themes-folder: grep -R -n “cart->get_cart_url” Any occurrence […]

How to fix the ‘The WC_Cart::get_cart_url function is deprecated’ error in PHP Read More »

Why can’t I no longer send email from WordPress via SMTP after upgrading to PHP 5.6?

Do you use WordPress plugins like WP Mail SMTP or Easy WP SMTP? And are you no longer to send email via SMTP with these plugins after updating to PHP 5.6 or higher? The problem may be in the SSL-certificate on the mail server. A check with http://www.checktls.com/perl/TestReceiver.pl?FULL will easily confirm/deny this. The recommended fix

Why can’t I no longer send email from WordPress via SMTP after upgrading to PHP 5.6? Read More »

reduction