v2 Documentation
Introduction
WPM can be installed either as a drop-in toolkit to an existing theme with the WPM Toolkit or grab the WPM Theme for a new project. The WPM Theme includes the WPM Toolkit, Blade, configuration files and helper functions to make development fast and enjoyable.
Installation
WPM Toolkit
To install the WPM Toolkit, download and add the _wpm and resources folder to your new theme. In your theme's functions.php file add the following line:
// include the wpm file
include(__DIR__ . '/_wpm/wpm.php');
Now that it's in, you can access the WPMachine toolkit by calling the wpm()
function.