File manager - Edit - /home/palg2351/public_html/wp-content/plugins/sejoli/notification-media/sms.php
Back
<?php namespace SejoliSA\NotificationMedia; class SMS extends Main { public $args; /** * Construction */ public function __construct() { } /** * Send the notification * @since 1.0.0 * @return void */ public function send(array $recipients, $content, $title = '') { $selected_service = sejolisa_carbon_get_theme_option('notification_sms_service'); $available_services = apply_filters('sejoli/sms/available-services', []); do_action('sejoli/log/write', 'prepare sms', ['selected service' => $selected_service] ); if( !empty($selected_service) && isset($available_services[$selected_service]) && !empty($content) ) : $available_services[$selected_service]->send($recipients, $content, $title); endif; } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0.07 |
proxy
|
phpinfo
|
Settings