Submit
Path:
~
/
home
/
getwphos
/
public_html
/
shellfish
/
wp-content
/
plugins
/
uipro
/
widgets
/
templaza-testimonial
/
File Content:
class-el-templaza-testimonial.php
<?php /** * TemPlaza Elements Elementor Testimonial * * @version 1.0.0 * @author TemPlaza * @package TemPlaza/Classes * @category Classes */ /** * Prevent loading this file directly */ defined( 'ABSPATH' ) || exit; if ( ! class_exists( 'UIPro_El_Templaza_Testimonial' ) ) { /** * Class UIPro_El_Templaza_Testimonial */ class UIPro_El_Templaza_Testimonial extends UIPro_El_Widget { /** * @var string */ protected $config_class = 'UIPro_Config_Templaza_Testimonial'; public function get_template_name() { $template_name = parent::get_template_name(); $settings = $this -> get_settings_for_display(); if(!$template_name) { $template_name = (isset($settings['layout']) && $settings['layout'] != '') ? $settings['layout'] : 'base'; } return $template_name; } } }
Submit
FILE
FOLDER
Name
Size
Permission
Action
assets
---
0755
tpl
---
0755
class-el-templaza-testimonial.php
947 bytes
0644
config.php
71144 bytes
0644
N4ST4R_ID | Naxtarrr