| 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
if (!defined('ABSPATH')) {
exit;
} // Exit if accessed directly
/* Weaver Xtreme - admin Save/Restore
* __ added - 12/10/14
* This will come after the Options form has been closed, and is used for non-SAPI options
*
*/
function weaverx_ts_admin_saverestore(): void
{
require_once(dirname(__FILE__) . '/admin-saverestore4.php');
weaverx_ts_admin_saverestore4(); // Legacy version
}