Install and set up wp-cli WordPress on shared and local hosting

…–dbname=”DBNAME” –dbuser=“DBUSER” –dbpass=”DBPASSWORD” Insert your values and drop the quotes Finish the Install wp core install –url=”http://BLOG_URL” –title=”BLOG_NAME” –admin_user=“ADMIN_USER” –admin_password=”PASSWORD” –admin_email=”ADMIN_EMAIL” Insert your values and drop the quotes After which…

Read More

Add a required checkbox field in WooCommerce checkout page

Add Woocommerce Checkbox

Here is how you can add a required checkbox field in the WooCommerce checkout page that forces a user to checkbox the request before they can proceed to payment, similar…

Read More