Plugin Author
WPDO
(@wpdo5ea)
Postview count in a column of admin posts list added. New version released.
The post view stored in post meta w/ the name remoji.postview
.
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?
Plugin Author
WPDO
(@wpdo5ea)
Yes you need to update the value to migrate.
Yes you need to unblock admin-ajax call.
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 3 years, 4 months ago by
inside83.
And leave ajax-admin blocked?