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

android - ConstraintLayout: Realign baseline constraint in case if dependent view visibility was set to GONE -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -