HEX
Server: LiteSpeed
System: Linux eko108.isimtescil.net 4.18.0-477.21.1.lve.1.el8.x86_64 #1 SMP Tue Sep 5 23:08:35 UTC 2023 x86_64
User: uyarreklamcomtr (11202)
PHP: 7.4.33
Disabled: opcache_get_status
Upload Files
File: /var/www/vhosts/uyarreklam.com.tr/httpdocs/error.class.php.tar
uyarreklam.com.tr/httpdocs/wp-content/plugins/so-widgets-bundle/base/inc/fields/error.class.php000064400000000757151550153220031656 0ustar00var/www/vhosts<?php

/**
 * This class is used when a field class can't be found to display an error message to the user.
 *
 * Class SiteOrigin_Widget_Field_Error
 */
class SiteOrigin_Widget_Field_Error extends SiteOrigin_Widget_Field_Base {
	/**
	 * An error message to display.
	 *
	 * @var string
	 */
	protected $message;

	protected function render_field( $value, $instance ) {
		echo esc_html( $this->message );
	}

	protected function sanitize_field_input( $value, $instance ) {
		return $value;
	}
}