Official repository of the WP VisitorFlow plugin for WordPress.
WP VisitorFlow provides detailed information about visitors to your website. With WP VisitorFlow you can see at a glance how visitors interact with your WordPress website: All paths taken by your visitors are summarized in a comprehensive flowchart:
For installation in production environments, please refer to the instructions on the plugin's website in the WordPress plugin directory.
- Clone this repo.
- Run
composer installto install PHP vendor packages. - Run
npm installto install Node.js packages.
-
Install WP-Tests environment:
./bin/install-wp-tests.sh TEST_DB_NAME DB_ACCOUNT "DB_PASSWORD" localhost latest -
Run
npm run testto run the tests – ornpm run test:watchfor additional watching for file changes.
