🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 14:48:48 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
digitalsangita.com
/
wp-content
/
plugins
/
elementor-pro
/
core
/
notifications
📍 /home/therahul/digitalsangita.com/wp-content/plugins/elementor-pro/core/notifications
🔄 Refresh
✏️
Editing: notifications-manager.php
Writable
<?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; } }
💾 Save Changes
❌ Cancel