Bootstrap / System


Global Namespace Wire

wire('pages')->get("/about/contact/")

Introduced in Version 2.0

Description

wire() function provides access to all of ProcessWire's API variables, like $page, $pages, $templates and others... i.e. wire('pages')->find('selector');

Post Comment