X7ROOT File Manager
Current Path:
/home/katmhsmi/public_html/wp-content/plugins/xagio/inc
home
/
katmhsmi
/
public_html
/
wp-content
/
plugins
/
xagio
/
inc
/
📁
..
📄
.htaccess
(420 B)
📄
wp_helpers.php
(6.54 KB)
📄
wp_init.php
(37.12 KB)
📄
wp_licencator.php
(11.49 KB)
📄
wp_model.php
(6.47 KB)
📄
wp_post.php
(721 B)
Editing: wp_post.php
<?php ! defined( 'ABSPATH' ) and exit; if ( ! class_exists( 'XAG_Post' ) ) { class XAG_Post { /** GENERAL ---------------------------------------------------------------------------- */ // Save Options public static function saveOptions() { $prs = $_POST['prs']; if (!is_array($prs)) wp_die('Unknown Error'); if (!is_admin()) wp_die('Unknown Error'); $xag_option = get_option('prs'); foreach($prs as $key=>$value) { $xag_option[$key] = $value; } update_option('prs', $xag_option); } /** GENERAL ---------------------------------------------------------------------------- */ } }
Upload File
Create Folder