matomo-for-wordpress
matomo-for-wordpress copied to clipboard
Get a fully functioning Matomo Analytics for your WordPress. Star us on Github? +1. Matomo is the leading open alternative to Google Analytics that gives you full control over your data. Privacy is bu...
Autoloaded options are loaded on every page. Here's an example of our keys which are loaded on every page: `select option_name from wp_options where autoload = 'yes' and option_name like...
We can use the follow shortcode : `matomo_report unique_id=Actions_getPageTitles report_date=thisyear limit=10]` to show the 10 most popular pages anywhere. Is it possible to create a parameter to create a link...
Could help in #647
One of our users has been flagged by the Google console because his bots.yml file was accessible from the web. It means that his .htaccess were not well parsed. Two...
Ex of my account configured with the en_US locale in a de_DE website: the menu and the interfaces are displayed in German. 
hi there the plugin does not find the correct php version. I can't go on from here. Here you find the current version. https://kunsttherapie-sw.ch/phpinfo.php (just a little echo :)) Here...
Currently, WordPress users can be assigned special Matomo roles: Matomo Admin, Matomo Write, Matomo View, Matomo Super User, but doing so results in a user that can't view the WordPress...
test should: * initiate WP cron (making sure all Matomo scheduled tasks execute) * check that each scheduled task completed successfully * check output of WP cron * check for...
These exceptions will be propagated to the user as emails and might end up spamming the user. Instead, if a scheduled task fails due to a catchable exception, we should...
Other plugins may expect these variables, which are not defined when executing scripts through the PHP CLI. To pointless avoid errors within archiving we should ensure they have sane defaults....