Android Push Notifications: Icon not displaying in notification, white square shown instead

My app generates a notification, but the icon I set for that notification is not being displayed. Instead, I get a white square. I have tried resizing the png of the icon (dimensions 720×720, 66×66, 44×44, 22×22). Curiously, when using smaller dimensions the white square is smaller. I have googled this problem, as well as … Read more

If new comment posted in custom post – send notification to custom email from custom field

I have custom post type “Art masters”. Each post is master’s profile. In their profiles isset custom fiels name “master_email”. I need to send for master email notification every time if new comment is posted. How i can call post new comment function for use wp_mail? Thank you for help! 2 Answers 2 You can … Read more

How can an author be subscribed to the posts of another author and receive notifications of the new posts?

What I’m trying to achieve is to implement a function that will enable an author, when registered and browsing the front-end, to have the option of following other authors of the site and receiving notifications via a front end message when the followed authors post. Is this something that can be achieved with WordPress? 1 … Read more

How to notify users of blog updates a la Admin Plugin Update notifications?

What I would like to do is mimic how WordPress shows an administrator how many new updates there are for installed plugins (a tiny number displayed next to a link). The main difference is that I want to serve this info to a logged-in user on the front end (since they last visited): new messages … Read more