PATH:
home
/
lab2454c
/
carbonbullion.com
/
wp-content
/
plugins
/
elementor
/
includes
/
widgets
<?php namespace Elementor; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } class Widget_Share_Buttons extends Widget_Base { private static $supported_networks = [ 'facebook', 'x-twitter', 'twitter', 'linkedin', 'pinterest', 'threads', 'reddit', 'vk', 'odnoklassniki', 'tumblr', 'digg', 'skype', 'stumbleupon', 'mix', 'telegram', 'pocket', 'xing', 'whatsapp', 'email', 'print', ]; public function get_name() { return 'share-buttons'; } public static function get_supported_networks() { return self::$supported_networks; } }
[-] rating.php
[edit]
[-] star-rating.php
[edit]
[-] icon.php
[edit]
[-] icon-box.php
[edit]
[-] wordpress.php
[edit]
[-] tabs.php
[edit]
[-] spacer.php
[edit]
[+]
..
[-] sidebar.php
[edit]
[-] video.php
[edit]
[-] button.php
[edit]
[-] text-editor.php
[edit]
[-] common.php
[edit]
[-] icon-list.php
[edit]
[+]
traits
[-] inner-section.php
[edit]
[-] testimonial.php
[edit]
[-] counter.php
[edit]
[-] audio.php
[edit]
[-] accordion.php
[edit]
[-] google-maps.php
[edit]
[-] image-box.php
[edit]
[-] social-icons.php
[edit]
[-] shortcode.php
[edit]
[-] progress.php
[edit]
[-] share-buttons.php
[edit]
[-] html.php
[edit]
[-] image-carousel.php
[edit]
[-] read-more.php
[edit]
[-] toggle.php
[edit]
[-] image-gallery.php
[edit]
[-] divider.php
[edit]
[-] menu-anchor.php
[edit]
[-] heading.php
[edit]
[-] image.php
[edit]
[-] alert.php
[edit]