📂 File Manager
📝 Edit File: testimonial-carousel.php
<?php /** * Testimonial Carousel */ namespace Happy_Addons_Pro; defined( 'ABSPATH' ) || die(); class WPML_Testimonial_Carousel extends \WPML_Elementor_Module_With_Items { /** * @return string */ public function get_items_field() { return 'testimonials'; } /** * @return array */ public function get_fields() { return ['name', 'title', 'testimonial_content']; } /** * @param string $field * * @return string */ protected function get_title( $field ) { switch ( $field ) { case 'name': return __( 'Testimonial Carousel: Name', 'happy-addons-pro' ); case 'title': return __( 'Team Carousel: Title', 'happy-addons-pro' ); case 'testimonial_content': return __( 'Team Carousel: Testimonial contents', 'happy-addons-pro' ); default: return ''; } } /** * @param string $field * * @return string */ protected function get_editor_type( $field ) { switch ( $field ) { case 'title': case 'job_title': case 'website': case 'email': case 'facebook': case 'twitter': case 'instagram': case 'github': case 'linkedin': return 'LINE'; case 'bio': return 'AREA'; default: return ''; } } }
Cancel
Type
Item Name
Actions
📁
..
📄
accordion.php
✏️
📝
📄
advanced-comparison-table.php
✏️
📝
📄
advanced-slider.php
✏️
📝
📄
advanced-tabs.php
✏️
📝
📄
animated-text.php
✏️
📝
📄
business-hour.php
✏️
📝
📄
creative-slider.php
✏️
📝
📄
feature-list.php
✏️
📝
📄
google-map.php
✏️
📝
📄
hotspots.php
✏️
📝
📄
line-chart.php
✏️
📝
📄
list-group.php
✏️
📝
📄
logo-carousel.php
✏️
📝
📄
off-canvas.php
✏️
📝
📄
one-page-nav.php
✏️
📝
📄
pie-chart.php
✏️
📝
📄
polar-chart.php
✏️
📝
📄
price-menu.php
✏️
📝
📄
pricing-table.php
✏️
📝
📄
radar-chart.php
✏️
📝
📄
scrolling-image.php
✏️
📝
📄
team-carousel.php
✏️
📝
📄
testimonial-carousel.php
✏️
📝
📄
timeline.php
✏️
📝
📄
title-tips.php
✏️
📝
📄
toggle.php
✏️
📝