pn_send_push_notificatioin_filter
-
I want to use the push notification feature from the
pn_send_push_notificatioin_filter
function, but I am getting the following response. Is there any solution?
my post data :
$response = pn_send_push_notificatioin_filter($user_id, $title, $message, $link_url, $icon_url, $image_url);
result i got :
PHP Warning: Invalid argument supplied for foreach() in /home/***/public_html/***/wp-content/plugins/push-notification/push-notification.php on line 188PHP Notice: Undefined variable: response in /home/***/public_html/***/wp-content/plugins/push-notification/push-notification.php on line 207
The page I need help with: [log in to see the link]
- You must be logged in to reply to this topic.