PHP code example of mountainguan / ql-plugin-disguise
1. Go to this page and download the library: Download mountainguan/ql-plugin-disguise library. Choose the download type require.
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
mountainguan / ql-plugin-disguise example snippets
use QL\QueryList;
use QL\Ext\DisguisePlugin;
$ql = QueryList::getInstance();
$ql->use(DisguisePlugin::class);
//or Custom function name
$ql->use(DisguisePlugin::class,'disguiseIp','disguiseUa');