$HTTP_RAW_POST_DATA
instead of
$_POST
It will give you POST data as is. You will be able to decode it using
json_decode()
later
Other than caching every hour, or every week, you may cache according to file data.…
To get host url of current server simply replace application\config\config.php [crayon-679fd4f973f87272141433/] with [crayon-679fd4f973f8a287958396/]
You should first test the existence of a file by file_exists(). [crayon-679fd4f974060417140761/] or simple solution…
[crayon-679fd4f974105701508888/] Output the random string with the call below: [crayon-679fd4f974107739732535/]
Note: from WordPress Use it like this: [crayon-679fd4f974190681025281/] Code: [crayon-679fd4f974192644194785/]