I’d also like to know this as I’m using LSCache and don’t want to have to clear the cache for the number of views to reload on the front end
And leave ajax-admin blocked?
But I’m getting this in the logs
"POST /wp-json/remoji/v1/postview HTTP/1.1" 403
Do I need to unblock access to wp-json too?
Also, do you happen to know of an effective way of enabling calls to admin-ajax so that it’s not abused?
-
This reply was modified 4 years, 6 months ago by inside83.
Thank you so much for the fast reply.
I added the column via Admin Columns plugin and found the row in postmeta.
I just need to run a query to update that row for each post to migrate the numbers from old post views plugin?
One other thing: I blocked access to admin-ajax and wp-json in htaccess because of abuse.
Do I need to unblock it for the views count to work properly?