Capturing WordPress URL hits.
-
[ Moderator note: moved to Fixing WordPress. ]
Hi Guys.
In Spring Boot (Java) there is a dependency you can add to a Spring Boot project called Spring Boot Actuator that automatically counts the hits to pages visited. For instance if you have a /demo url and visit that page then a metric application.demo.200 (just an example , can’t remember the exact format) will be created or incremented if it already exists. I want to do the same with my WordPress website.
I want to know where in the WordPress code I can place my function call? Basically I want to be able to capture the URL’s visited.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Capturing WordPress URL hits.’ is closed to new replies.