How to safely give WordPress admin access to unknown developers or support
Some time you need to give administrator login to freelancers. So giving a username and password is risky. So this plugin will help to give temporary login link without username and password.
Read MoreHow to Debugg WordPress
Go to the file /wp-config.php Search and change the lines as here Then look in the file /wp-content/debug.log your errors.
Read MoreBestway to Debugg Woocommerce Emails
WP Mail Logging is the most popular plugin to log emails sent by WordPress or WooCommerce. Simply activate it and it will work immediately, no configuration necessary. WHY LOG EMAILS SENT FROM WORDPRESS OR WOOCOMMERCE? Because it’s useful to know which emails your WordPress sends for debugging purposes or out of curiosity. By default, WordPress […]
Read MoreHow to Customise Order Approval Plugin Emails
Goto woocommerce settings -> emails There are 4 emails you can customise for Order Approval Plugin. New order notification to admin New order notification to customer Order approval notification to customer Order reject notification to customer To override and edit this email template copy order-approval-woocommerce/templates/emails/wc-customer-order-approved.php to your theme folder: yourtheme/woocommerce/emails/wc-customer-order-approved.php.
Read More