We need to add bellow urls in Excluded JavaScript files block in Delay Javascript execution
Continue readingPurge mysql log file in nginx
With MySQL8, they have turned on binary logging by default and the default purge (expiry/deletion) of binary logs is set
Continue readingHow to low disc space in Nginx ubuntu
Empty tmp log file by 2. Check file size by 3. Delete mysql log Expire log file in 3 days
Continue readingHow to detect home page in iphone and safari
I simply added a class called “home” in landing page then just check this class as
Continue readingMailchimp integration in php
Note: URL https://us6 depands on user location such as us12 etc
Continue readingSend Email in wordpress
It’s very easy to send email in WordPress Fun way to create email template that includes responsive design1. Create a
Continue readingEnable http2 in Digitalocean nginx linux server
Edit /etc/nginx/sites-available/your_domain Have to add http2 after ssl as bellow Add # tag before bellow line Now have to add
Continue readingConvert transparent background online
We can easily make transparent image in online. By this online tool we can select a specific area or color
Continue readingAjax call without admin-ajax in wordpress
Creating a custom URL that can me use as API. At first we need to use init hook in function.php
Continue readingwoocommerce_cart_item_price customization
Need to add the above hook in function.php of active theme
Continue reading