You are nearly there, I’d say. I am sure there are many ways to do this. If it were me, I’d build a ‘nested’ array for this. Something like…
array(
'timestamp-1' = array(
'message' => 'Updated post1',
'message' => 'Updated post1'
),
'timestamp-2' = array(
'message' => 'Updated post3',
'message' => 'Updated post4',
'message' => 'Updated post5'
)
)
… where ‘timestamp-N’ is midnight or midday or some arbitrary value for a particular day. You can run wp-cron
daily to check the array and clean it up. I suggest doing it this way because using a minute-and-second timestamp means having to check and manipulate that array pretty much every page load.
Related Posts:
- JSON – Permission Error?
- How to make comments work for a post loaded per Ajax?
- Ajax Load More Posts in Category Page
- How to load paginated post pages via ajax
- Getting the post_id in wp_ajax function
- WP Rest API v2 filter and display latest post with specific tag
- Can I load posts via Ajax?
- Load posts dynamically
- JSON not valid after json_encode posts
- How to load post content on index page using ajax when post title in sidebar is clicked
- How to use oEmbeds on Post Content during AJAX requests
- Show Custom Taxonomy Categories, Listing of Posts, and Single Post via AJAX
- This AJAX Code Doesn’t Work – Looking for elegant solution
- Cannot access current post’s ID in custom plugin
- Load post content into div with ajax
- POST from jQuery to PHP
- “Uncaught SyntaxError: Unexpected token
- Disable REST API for a user ROLE
- ping_status in JSON REST API
- WordPress theme ajax have_posts()
- The correct way to call posts with ajax
- How do I use Ajax to show the new posts realtime, on the frontpage
- how load content as pop-up using ajax
- Create post using JSON api plugin
- Load content in a div with ajax
- How to create a load more post entries like Twitter?
- AJAX filter posts by year
- slideshow is not showing in a post call with ajax
- how to set beforsend option in wordpress ajax methods
- Filter Custom Post Type by Category with Ajax
- Ajax posts filter by date, comments, top views, top likes
- Add ajax load more function using WP API
- How to pass Post_ID variable from theme’s Single.php to custom Plugin using AJAX
- WordPress REST API not returning all posts
- Ajax load more button in Recent posts widget
- Ajax Dynamic Archives not showing correct results
- WP_Query with ajax handler returns the same posts
- How to create a post using REST API with sending data as a JSON body?
- Two loops, one AJAX loop, exclude posts in first loop from second loop, loops are in different files
- Ajax post filters not working
- Loading post with Ajax
- Genesis + Ajax + Jquery | Failling to call action
- Random ajax load only works with posts_per_page set to -1
- How to disable WordPress blog folder
- Send post id through ajax and get the post content back
- Using ajax on editing a category edit page?
- Dynamic dependent Dropdown lists for categories, sub-categories and posts
- Auto-realod with new posts // Ajax call
- Dynamically switch template on click
- Lock post editing to one user at a time – wp_check_post_lock
- wp_query with ajax
- Call current post URL in ajax
- After ajax image is outside the “ tag
- Retrieve post in AJAX Callback
- Using AJAX and PHP to load next post object
- Automate post update for all posts?
- Optimal WP Web App Backend for mobile app development
- How to make ajax load posts from the current category?
- Format array of objects to json for wp-json
- Using AJAX to filter posts without refreshing page
- exclude particular category in api
- Passing values via an Ajax querystring
- Unable to delete attached file from folder programmatically
- Javascript – How do I get specific post fields?
- How to create custom search form function including post “tags”
- how to filter posts by category without page load (ajax) in wordpress?
- Ajax: load content from post I clicked
- WP Ajax returning 0, can’t find action
- call to jquery ajax failing with 500 error when passing extra data field
- Many buttons not functioning in WordPress dashboard (as admin)
- Post data across WordPress sites
- Ajax post doesnt call succes after got the response
- AJAX load more posts not using correct category and repeating the same few posts
- Order result from ajax
- Ajaxify Post Sort
- Colorbox not working on native WordPress gallery when gallery is loaded thru AJAX
- Loading posts outside wordpress
- Dynamically load posts based on category
- WP_Query extended with AJAX
- Ajax the create and edit post form into lightbox and get results
- How to create REST Based JSON API(how to modify the code below)?
- Ajax – Post Categories and Load More
- WP Load post with ajax and apply isotope
- How to get posts from network blog
- Get post id on click of thumbnail
- Ajax calls in wordpress
- How to make ‘show_option_all’, that comes from wp_list_categoreis, to work with get_categories or with get_terms?
- WordPress Ajax load doesn’t work
- Add tag to post api wordpress
- Adding Multiple Values to a Post Meta Key
- Batch process: remove first image from post content
- Delete WordPress posts from URL list sql query
- Posts with multiple authors with different roles
- Post Form Results to Table in Same page
- posts going to 2 pages/categories only show up in 1
- wp-insert-post execute from server?
- Send email to user when I publish a new post
- Allow registering user to select post category when signing up to blog
- Back up post tags
- Latest posts on all pages