X7ROOT File Manager
Current Path:
/home/oakwood/public_html/wp-content/plugins/happy-elementor-addons/wpml
home
/
oakwood
/
public_html
/
wp-content
/
plugins
/
happy-elementor-addons
/
wpml
/
ðŸ“
..
📄
bar-chart.php
(792 B)
📄
carousel.php
(1.03 KB)
📄
comparison-table-columns-data.php
(1013 B)
📄
comparison-table-rows-data.php
(1005 B)
📄
comparison-table-table-btns.php
(978 B)
📄
content-switcher.php
(987 B)
📄
data-table-column-data.php
(824 B)
📄
data-table-row-data.php
(954 B)
📄
events-calendar.php
(1.4 KB)
📄
horizontal-timeline.php
(1.33 KB)
📄
image-accordion.php
(1.6 KB)
📄
image-grid.php
(796 B)
📄
image-stack-group.php
(971 B)
📄
justified-gallery.php
(814 B)
📄
logo-grid.php
(928 B)
📄
photo-stack.php
(817 B)
📄
post-info.php
(1.58 KB)
📄
post-list-selected-list-e-landing-page.php
(842 B)
📄
post-list-selected-list-page.php
(822 B)
📄
post-list-selected-list-post.php
(822 B)
📄
post-list-selected-list-product.php
(828 B)
📄
pricing-table.php
(806 B)
📄
skills.php
(776 B)
📄
slider.php
(1.02 KB)
📄
social-icons.php
(1003 B)
📄
social-share.php
(1.4 KB)
📄
taxonomy-list-selected-list-category.php
(842 B)
📄
taxonomy-list-selected-list-post-format.php
(848 B)
📄
taxonomy-list-selected-list-post-tag.php
(842 B)
📄
taxonomy-list-selected-list-product-cat.php
(848 B)
📄
taxonomy-list-selected-list-product-shipping-class.php
(870 B)
📄
taxonomy-list-selected-list-product-tag.php
(848 B)
Editing: social-share.php
<?php /** * Social Share integration */ namespace Happy_Addons\Elementor\Wpml; defined( 'ABSPATH' ) || die(); class Social_Share extends \WPML_Elementor_Module_With_Items { /** * @return string */ public function get_items_field() { return 'icon_list'; } /** * @return array */ public function get_fields() { return [ 'hashtags', 'share_title', 'email_subject', 'share_text', 'custom_link' => ['url'] ]; } /** * @param string $field * * @return string */ protected function get_title( $field ) { switch ( $field ) { case 'hashtags': return __( 'Social Share: Hashtags', 'happy-elementor-addons' ); case 'share_title': return __( 'Social Share: Custom Title', 'happy-elementor-addons' ); case 'email_subject': return __( 'Social Share: Subject', 'happy-elementor-addons' ); case 'share_text': return __( 'Social Share: Button Text', 'happy-elementor-addons' ); case 'url': return __( 'Social Share: Custom Link', 'happy-elementor-addons' ); default: return ''; } } /** * @param string $field * * @return string */ protected function get_editor_type( $field ) { switch ( $field ) { case 'hashtags': return 'AREA'; case 'share_title': return 'AREA'; case 'email_subject': return 'LINE'; case 'share_text': return 'LINE'; case 'url': return 'LINK'; default: return ''; } } }
Upload File
Create Folder