PATH:
home
/
lab2454c
/
incforce.com
/
wp-content
/
plugins
/
powerpack-lite-for-elementor
/
classes
/
wpml
<?php class WPML_PP_Business_Hours extends WPML_Elementor_Module_With_Items { /** * @return string */ public function get_items_field() { return 'business_hours_custom'; } public function get_fields() { return array( 'day', 'time', 'closed_text' ); } protected function get_title( $field ) { switch( $field ) { case 'day': return esc_html__( 'Business Hours - Day', 'powerpack' ); case 'time': return esc_html__( 'Business Hours - Time', 'powerpack' ); case 'closed_text': return esc_html__( 'Business Hours - Closed Text', 'powerpack' ); default: return ''; } } protected function get_editor_type( $field ) { switch( $field ) { case 'day': return 'LINE'; case 'time': return 'LINE'; case 'closed_text': return 'LINE'; 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]