php - In My WP Site I want Push Notification -


server should automatically send 1 push notification every hour. news selected should latest news added within last 1 hour. might need define off hours (eg 12am 5 am) whereby no notification should sent during time. can suggest me how do?

it hard give specific answer, since did not explain setup. however, suggest have @ implementing cronjob. this, can execute php file on server, performs desired action on interval (and off hours) specified.


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

c# - Update a combobox from a presenter (MVP) -

android - Unable to generate FCM token from dynamically instantiated Firebase -