Sharing here what I learned and likes
Adsense
Disable notice error in php
Are you getting Notice's or "USER" Notice's in your log?
To disable both use:
error_reporting(E_ALL & ~E_NOTICE & ~E_USER_NOTICE);
Newer Post
Older Post
Home
newest questions on wordpress
Experienced Developer with Ultimate Membership Pro & WooCommerce Expertise
Creditcard payment with paypal-API, but without login
Display the current events of a week with custom styling on page in Wordpress [closed]
I want to set a minimum purchase amount and when I reach that amount, shipping is free. How do I edit the code?
I have been following a youtube tutorial on converting a HTML template to Wordpress Theme, why am I not seeing the header?