SILENT KILLERPanel

Current Path: > home > transcarter > public_html > wp-content > plugins > elementor-pro > > modules > > > social


Operation   : Linux host59.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Software     : Apache
Server IP    : 198.54.126.42 | Your IP: 216.73.216.135
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: /home/transcarter/public_html/wp-content/plugins/elementor-pro//modules///social

NameTypeSizeLast ModifiedActions
assets Directory - -
classes Directory - -
widgets Directory - -
module.php File 732 bytes March 09 2023 22:15:58.

Reading File: /home/transcarter/public_html/wp-content/plugins/elementor-pro//modules///social/module.php

<?php
namespace ElementorPro\Modules\Social;

use ElementorPro\Base\Module_Base;
use ElementorPro\Modules\Social\Classes\Facebook_SDK_Manager;

if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly
}

class Module extends Module_Base {
	const URL_TYPE_CURRENT_PAGE = 'current_page';
	const URL_TYPE_CUSTOM = 'custom';
	const URL_FORMAT_PLAIN = 'plain';
	const URL_FORMAT_PRETTY = 'pretty';

	public function get_widgets() {
		return [
			'Facebook_Button',
			'Facebook_Comments',
			'Facebook_Embed',
			'Facebook_Page',
		];
	}

	public function get_name() {
		return 'social';
	}

	public function __construct() {
		parent::__construct();

		$this->add_component( 'facebook_sdk', new Facebook_SDK_Manager() );
	}
}

SILENT KILLER Tool