SILENT KILLERPanel

Current Path: > home > > transcarter > > > > www > wp-content > plugins > elementor-pro > core > notifications


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////www/wp-content/plugins/elementor-pro/core/notifications

NameTypeSizeLast ModifiedActions
traits Directory - -
notification.php File 771 bytes March 09 2023 22:15:56.
notifications-manager.php File 563 bytes March 09 2023 22:15:56.

Reading File: /home//transcarter////www/wp-content/plugins/elementor-pro/core/notifications/notification.php

<?php

namespace ElementorPro\Core\Notifications;

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

abstract class Notification {

	/**
	 * Get the payloads of the notification data shape (e.g. `Email_Message`, `Database_Message`). Those will automatically
	 * be sent over to the appropriate `Actions` under the `Integration_Manager` (using the `notify()` method).
	 * This method is also used to determine notification channels based on user ($notifiable) preferences.
	 *
	 * Returned shape:
	 * [
	 *  $payload1_instance,
	 *  $payload2_instance,
	 * ]
	 *
	 * @param \ElementorPro\Core\Notifications\Traits\Notifiable $notifiable - The notified model.
	 *
	 * @return array
	 */
	public function get_payloads( $notifiable ) {
		return [];
	}
}

SILENT KILLER Tool