Category: php
In this post, we know the easy way to dynamically obtain a QR image for any given text or URL. So in this article, we will explore the method …
WeChat APIs require the input of the token, which is accessed via the following API: https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid=APPID&secret=APPSECRET On success, it returns the token string and the expiry in seconds. There …
Sometimes, you write scripts that are invoked on command line, which can be included in crontab jobs. But you don’t want these visible in web browsers. You could move …
Depending on the theme, if the product-item weight is not specified, it may be incorrectly displayed or hidden. However, if you want to assign a default weight, you can …
Woocommerce is a powerful plugin/framework that makes it possible to set up a online-store using WordPress. You can edit the attributes for each goods but sometimes you’ve got so …