PATH:
home
/
lab2454c
/
mact34.com
/
wp-content
/
plugins
/
bdthemes-element-pack
/
modules
/
portfolio-carousel
/
skins
<?php namespace ElementPack\Modules\PortfolioCarousel\Skins; use Elementor\Skin_Base as Elementor_Skin_Base; if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly class Skin_Abetis extends Elementor_Skin_Base { public function get_id() { return 'bdt-abetis'; } public function get_title() { return __( 'Abetis', 'bdthemes-element-pack' ); } public function render() { $settings = $this->parent->get_settings_for_display(); $wp_query = $this->parent->query_posts(); if ( ! $wp_query->found_posts ) { return; } $this->parent->render_header('abetis'); while ( $wp_query->have_posts() ) { $wp_query->the_post(); $this->parent->render_post(); } $this->parent->render_footer(); wp_reset_postdata(); } }
[+]
..
[-] skin-trosia.php
[edit]
[-] skin-abetis.php
[edit]
[-] skin-fedara.php
[edit]
[-] skin-janes.php
[edit]