PATH:
home
/
lab2454c
/
mact34.com
/
wp-content
/
plugins
/
bdthemes-element-pack
/
includes
/
compatiblity
/
wpml
<?php /** * Class WPML_ElementPack_Honeycombs */ class WPML_ElementPack_Honeycombs extends WPML_Elementor_Module_With_Items { /** * @return string */ public function get_items_field() { return 'honeycombs_list'; } /** * @return array */ public function get_fields() { return array( 'honeycombs_title', 'honeycombs_content' ); } /** * @param string $field * @return string */ protected function get_title( $field ) { switch( $field ) { case 'honeycombs_title': return esc_html__( 'Title', 'bdthemes-element-pack' ); case 'honeycombs_content': return esc_html__( 'Content', 'bdthemes-element-pack' ); default: return ''; } } /** * @param string $field * @return string */ protected function get_editor_type( $field ) { switch( $field ) { case 'honeycombs_title': return 'LINE'; case 'honeycombs_content': return 'AREA'; default: return ''; } } }
[-] class-wpml-element-pack-fancy-icons.php
[edit]
[-] class-wpml-element-pack-image-expand.php
[edit]
[-] class-wpml-element-pack-fancy-slider.php
[edit]
[-] class-wpml-element-pack-slideshow.php
[edit]
[-] class-wpml-element-pack-slider.php
[edit]
[+]
..
[-] class-wpml-element-pack-marker.php
[edit]
[-] class-wpml-element-pack-price-list.php
[edit]
[-] class-wpml-element-pack-social-share.php
[edit]
[-] class-wpml-element-pack-timeline.php
[edit]
[-] class-wpml-element-pack-user-login.php
[edit]
[-] class-wpml-element-pack-tabs.php
[edit]
[-] class-wpml-element-pack-fancy-list.php
[edit]
[-] class-wpml-element-pack-honeycombs.php
[edit]
[-] class-wpml-element-pack-fancy-tabs.php
[edit]
[-] class-wpml-element-pack-circle-menu.php
[edit]
[-] class-wpml-element-pack-iconnav.php
[edit]
[-] class-wpml-element-pack-open-street-map.php
[edit]
[-] class-wpml-element-pack-member.php
[edit]
[-] class-wpml-element-pack-logo-grid.php
[edit]
[-] class-wpml-element-pack-device-slider.php
[edit]
[-] class-wpml-element-pack-hover-video.php
[edit]
[-] class-wpml-element-pack-logo-carousel.php
[edit]
[-] class-wpml-element-pack-circle-info.php
[edit]
[-] class-wpml-element-pack-custom-gallery.php
[edit]
[-] class-wpml-element-pack-vertical-menu.php
[edit]
[-] class-wpml-element-pack-business-hours.php
[edit]
[-] class-wpml-element-pack-custom-carousel.php
[edit]
[-] class-wpml-element-pack-advanced-progress-bar.php
[edit]
[-] class-wpml-element-pack-video-gallery.php
[edit]
[-] class-wpml-element-pack-accordion.php
[edit]
[-] class-wpml-element-pack-chart.php
[edit]
[-] class-wpml-element-pack-hover-box.php
[edit]
[-] class-wpml-element-pack-panel-slider.php
[edit]
[-] class-wpml-element-pack-profile-card.php
[edit]
[-] class-wpml-element-pack-image-accordion.php
[edit]
[-] class-wpml-element-pack-google-maps.php
[edit]
[-] class-wpml-element-pack-scrollnav.php
[edit]