Category: php
The CloudFlare allows you to purge manually up to 30 URLs at a time if you navigate Caching Tab. You could also, purge all URLs which is known as …
One of my site has recently received a warning of violation of policy due to placing adsense ads on a post that has a content subject not allowed. Actually, …
In some cases, you want to show some particular string in the browser after users click a hyperlink. You could design a simple API using PHP. header("Access-Control-Allow-Origin: *"); header('Content-Type: …
Each post in the wordpress is associated with an ID, so you could get its previous and next post which contains the adjacient posts. The wordpress function get_previous_post retrieves …
Suppose you have a few important web pages (URL) and you want to make sure that these URLs are accessible before any further functions testing. So you can unit …