┌────────────────────────────────┐ │ ░░░ ░░▓ ░▓▓ ███ ▓▓░ ▓░░ │ │ ~ M O O N ~ │ └────────────────────────────────┘
prd-web-01.centraldc.gr
LOCATION:
/var/www/html/gshub/wp-content/plugins/elementor-pro/core/notifications
☗ ROOT
↻ REFRESH
✎ EDIT FILE
EDITING: notifications-manager.php
<?php namespace ElementorPro\Core\Notifications; use ElementorPro\Plugin; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } class Notifications_Manager { /** * Send a notification. * * @param \ElementorPro\Core\Notifications\Notification $notification * @param $notifiable * * @throws \Exception * * @return $this */ public function send( Notification $notification, $notifiable ) { $payloads = $notification->get_payloads( $notifiable ); Plugin::instance()->integrations->run( $payloads ); return $this; } }
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📁 traits/
DIR
—
2026-05-04 10:16
📄 notification.php
PHP
771 B
2026-05-04 10:16
EDIT
📄 notifications-manager.php
PHP
563 B
2026-05-04 10:16
EDIT