How to find your access token Before we install the access token. You may need to find the access token. Go to Your My Account page on the WPrequal website Click the Access Token link in the left navigation Copy your access token to your clip board How to install your access token Login to […]
How To
How to use custom query arg keys with redirect URL
What are query args? Query args are used in a URL to pass data from one page to another. How do query arg keys work in a URL? You might have seen a URL that looks like this: https://someurl.com/?fname=Bill+Smith. Everything after ? is called the query string. While fname is the query arg key and […]