How to add message in Developer Console same as Facebook
If you ever open the developer console of Facebook so, you found that Facebook has written a message which alerts the user that do not attempt to run any malicious Read full article
Fix or Disable Checkout Fields for Additional Orders of WooCommerce
If you like to fix all the fields on the checkout form. Let’s suppose customer placing the additional order which may confuse you if he has filled different details then Read full article
Fix or Disable Checkout Fields of WooCommerce
If you like to fix any details for your customer on the checkout page and do not like to be updated by the customer then here is how you can Read full article
PHP Serialize() & Unserialize() Issues
serialize( $value ) Generates a storable representation of a value. This is useful for storing or passing PHP values around without losing their type and structure. To make the serialized Read full article