Overview Introduction How to install extensions Basic requirements FTP connection Git Find and Replace Workspace/Project Bonus points. Prons Cons Conclusion Introduction Visual studio code […]
Read MoreCategory: WordPress
Auto complete WooCommerce orders for WPLMS
If product is virtual & downloadable then WooCommerce marks order marked as complete. For WPLMS we set product as virtual only. Actually for WPLMS most […]
Read MoreHandling database in PHP
Creating database connection PHP provides mysql_connect function to open a database connection. Handling database in PHP connection mysql_connect(server,user,passwd,new_link,client_flag); server : Optional , The host name […]
Read MorePHP Cookies
What is a cookie Cookies are used to store the information of a web page in a remote browser so that when the same user […]
Read MoreAnimation on scroll using AOS Animate On Scroll Library
Introduction There are many libraries for animation on scroll. In this tutorial we will see the animation on scroll using AOS library. Animation on scroll […]
Read More