✘✘ GRAYBYTE WORDPRESS FILE MANAGER ✘✘

​🇳​​🇦​​🇲​​🇪♯➤ server366.web-hosting.com ​🇻​♯➤ 4.18.0-553.50.1.lve.el8.x86_64 #1 SMP 🇾​♯➤ 2025

𝗛𝗢𝗠𝗘 𝗜𝗗 ♯➤ 67.223.118.204 ♯➤ 𝗔𝗗𝗠𝗜𝗡 𝗜𝗗 216.73.216.243
𝗢𝗣𝗧𝗜𝗢𝗡𝗦 ♯ CRL ♯➤ 𝗢𝗞 ┃ WGT ♯➤ 𝗢𝗞 ┃ SDO ♯➤ 𝗢𝗙𝗙 ┃ PKEX ♯➤ 𝗢𝗙𝗙
𝗗𝗘𝗔𝗖𝗧𝗜𝗩𝗔𝗧𝗘𝗗 ♯➤ 𝗔𝗟𝗟 𝗪𝗢𝗥𝗞𝗜𝗡𝗚....

𝗛𝗢𝗠𝗘
𝗖𝗨𝗥𝗥𝗘𝗡𝗧 𝗙𝗜𝗟𝗘 : /home/builxejc/public_html/wp-content/plugins/wp-social-reviews/app/Services//SidebarWidgets.php
<?php

namespace WPSocialReviews\App\Services;

use WP_Widget;
use WPSocialReviews\Framework\Support\Arr;

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

/**
 * Register a widget that render a feed shortcode
 * @since 1.3.0
 */
class SidebarWidgets extends WP_Widget
{

    public function __construct()
    {
        parent::__construct(
            'wpsn-widget',
            __('WP Social Ninja', 'wp-social-reviews'),
            array('description' => __('Display your feed in a widget', 'wp-social-reviews'))
        );
    }

    public function widget($args, $instance)
    {

        $title   = isset($instance['title']) ? apply_filters('widget_title', $instance['title']) : '';
        $content = isset($instance['content']) ? wp_strip_all_tags($instance['content']) : '';

        Helper::printInternalString($args['before_widget']);

        if (!empty($title)) {
            echo wp_kses_post(Arr::get($args, 'before_title')) . esc_html($title) . wp_kses_post(Arr::get($args, 'after_title'));
        }

        echo do_shortcode($content); // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped

        Helper::printInternalString($args['after_widget']);
    }

    public function form($instance)
    {

        $title   = isset($instance['title']) ? $instance['title'] : '';
        $content = isset ($instance['content']) ? wp_strip_all_tags($instance['content']) : '';
        ?>
        <p>
            <label for="<?php echo esc_attr($this->get_field_id('title')); ?>"><?php echo esc_html(__('Title:', 'wp-social-reviews')); ?></label>
            <input class="widefat" id="<?php echo esc_attr($this->get_field_id('title')); ?>"
                   name="<?php echo esc_attr($this->get_field_name('title')); ?>" type="text"
                   value="<?php echo esc_attr($title); ?>"/>
        </p>
        <textarea class="widefat" id="<?php echo esc_attr($this->get_field_id('content')); ?>"
                  name="<?php echo esc_attr($this->get_field_name('content')); ?>"
                  rows="10"><?php echo esc_textarea($content); ?></textarea>
        <?php
    }


    public function update($new_instance, $old_instance)
    {
        $instance            = array();
        $instance['title']   = (!empty($new_instance['title'])) ? wp_strip_all_tags($new_instance['title']) : '';
        $instance['content'] = (!empty($new_instance['content'])) ? wp_strip_all_tags($new_instance['content']) : '';

        return $instance;
    }
}


Current_dir [ 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ] Document_root [ 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ]


[ Back ]
𝗡𝗔𝗠𝗘
𝗦𝗜𝗭𝗘
𝗟𝗔𝗦𝗧 𝗧𝗢𝗨𝗖𝗛
𝗨𝗦𝗘𝗥
𝗦𝗧𝗔𝗧𝗨𝗦
𝗙𝗨𝗡𝗖𝗧𝗜𝗢𝗡𝗦
..
--
9 Jun 2026 8.39 AM
builxejc / builxejc
0755
Includes
--
9 Jun 2026 8.39 AM
builxejc / builxejc
0755
Libs
--
9 Jun 2026 8.39 AM
builxejc / builxejc
0755
Onboarding
--
9 Jun 2026 8.39 AM
builxejc / builxejc
0755
Platforms
--
9 Jun 2026 8.39 AM
builxejc / builxejc
0755
Widgets
--
9 Jun 2026 8.39 AM
builxejc / builxejc
0755
DashboardNotices.php
35.804 KB
24 Apr 2026 6.08 PM
builxejc / builxejc
0644
DataProtector.php
4.563 KB
27 Sep 2023 5.11 PM
builxejc / builxejc
0644
GlobalSettings.php
9.549 KB
24 Apr 2026 6.08 PM
builxejc / builxejc
0644
Helper.php
20.865 KB
24 Apr 2026 6.08 PM
builxejc / builxejc
0644
Maintenance.php
2.707 KB
17 Apr 2026 6.53 PM
builxejc / builxejc
0644
PermissionManager.php
5.102 KB
17 Apr 2026 6.53 PM
builxejc / builxejc
0644
ReviewApprovalService.php
3.566 KB
29 Jan 2026 7.01 PM
builxejc / builxejc
0644
SidebarWidgets.php
2.405 KB
11 Mar 2025 2.23 PM
builxejc / builxejc
0644
TranslationString.php
4.59 KB
22 May 2026 4.02 PM
builxejc / builxejc
0644
TranslationStrings.php
96.519 KB
22 May 2026 4.02 PM
builxejc / builxejc
0644

✘✘ GRAYBYTE WORDPRESS FILE MANAGER @ 2026 CONTACT ME ✘✘
Static GIF Static GIF