| Server IP : 185.4.48.18 / Your IP : 216.73.216.215 Web Server : LiteSpeed System : Linux centos5.whm-secure.com 4.18.0-553.123.2.lve.el8.x86_64 #1 SMP Thu May 7 23:17:13 UTC 2026 x86_64 User : sukithel ( 1435) PHP Version : 7.4.33 Disable Function : show_source, system, shell_exec, passthru MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/sukithel/www/wp-content/plugins/weaverx-theme-support/admin/ |
Upload File : |
<?php
/** @noinspection PhpUndefinedConstantInspection */
if (!defined('ABSPATH')) {
exit;
} // Exit if accessed directly
/* Weaver Xtreme - admin Advanced Options
*
* __ added: 12/9/14
*/
function weaverx_admin_advancedopts(): void
{
require_once(dirname(__FILE__) . '/admin-advancedopts4.php');
weaverx_admin_advancedopts4(); // Legacy version
}