// add_filter( 'woocommerce_product_related_products_heading', function () { // return 'You may also like'; // });
Read moregit verify-pack -v .git/objects/pack/ * .idx | sort -k3 -n | tail -5 git filter-repo \ --path-glob '*.zip' \ --path-glob '…
Read moreserver { listen 443 ssl; server_name vpn.example.com; ssl_certificate /etc/letsencrypt/live/vpn.example.com/fullchain.pem; ssl_certificate…
Read moreif you are running open vpn access server in docker then follow the below command to reset the admin password docker exec -it openvpn-as \ /usr/local/…
Read moreDigitalOcean Recovery Environment . That means your original droplet disk ( /dev/vda1 ) is not booted, but mounted as a disk you can chroot into. To disab…
Read moreWhy is SMTP blocked? https://docs.digitalocean.com/support/why-is-smtp-blocked/ https://www.mailjet.com/blog/email-best-practices/how-to-use-sinch-mailjet…
Read moreCheck internet in connected or lost
// Check immediately if (navigator.onLine) { console.log("✅ You are online"); } else { console.log("❌ You are offline"); } // Lis…
Read moreprisma database view
npx prisma studio --schema=prisma/schema.prisma
Read moreGreat question, Kahnu! You're saying: You have a single PHP file (like category.php ) that displays all categories and their nested children , and y…
Read more# To check all node_modules folder exist or not: command - find ~/path/to/your/folder -name "node_modules" -type d example 1 (inside pr…
Read more# Mobile detection map map $http_user_agent $is_mobile { default 0; ~*iphone|ipod|android|blackberry|mini|windows\sce|palm 1; } # Main site …
Read moreserver { server_name siku.developernoob.com santu.developernoob.com ; root /var/www/html ; # index index.html index.htm; index index.h…
Read moremac mysql problem
# Stop MySQL if running brew services stop mysql # Uninstall MySQL brew uninstall mysql # Remove data directory (WARNING: deletes all databases) sudo rm …
Read moreCreate a temporary collection Use the add data to import your data into the temp collection Open the mongod console, and run the following line db. TEMP…
Read more