Hi there,
I'm trying to implement a hidden stats page to store various counters and I'm using this article as a basis for my PHP Code
I've created a stats page based on a stats template, and the page is set to unpublished with no other attributes.
What have I overlooked if the following code returns a Nullpage ?
$stats = wire(pages)->get("/stats");
I can "get" a homepage without any issue for reference.