PATH:
home
/
lab2454c
/
incforce.com
/
wp-content
/
plugins
/
powerpack-lite-for-elementor
/
classes
/
wpml
<?php class WPML_PP_Logo_Grid extends WPML_Elementor_Module_With_Items { /** * @return string */ public function get_items_field() { return 'pp_logos'; } public function get_fields() { return array( 'title', 'link' => array( 'url' ), ); } protected function get_title( $field ) { switch( $field ) { case 'title': return esc_html__( 'Logo Carousel - Logo Title', 'powerpack' ); case 'url': return esc_html__( 'Logo Carousel - Link', 'powerpack' ); default: return ''; } } protected function get_editor_type( $field ) { switch( $field ) { case 'title': return 'LINE'; case 'url': return 'LINK'; default: return ''; } } }
[-] class-wpml-pp-info-box-carousel.php
[edit]
[-] class-wpml-pp-price-menu.php
[edit]
[-] class-wpml-pp-info-list.php
[edit]
[-] class-wpml-pp-image-accordion.php
[edit]
[+]
..
[-] class-wpml-pp-content-ticker.php
[edit]
[-] class-wpml-pp-image-hotspots.php
[edit]
[-] class-wpml-pp-pricing-table.php
[edit]
[-] class-wpml-pp-team-member-carousel.php
[edit]
[-] class-wpml-pp-buttons.php
[edit]
[-] class-wpml-pp-team-member.php
[edit]
[-] class-wpml-pp-business-hours.php
[edit]
[-] class-wpml-pp-logo-carousel.php
[edit]
[-] class-wpml-pp-logo-grid.php
[edit]
[-] class-wpml-pp-icon-list.php
[edit]
[-] class-wpml-pp-advanced-accordion.php
[edit]