[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fWAm_CKc7HJOFK8TIvDDxSVMCulAkmRqboet8yo-Tvec":3},{"slug":4,"name":5,"version":6,"author":7,"author_profile":8,"description":9,"short_description":10,"active_installs":11,"downloaded":12,"rating":13,"num_ratings":14,"last_updated":15,"tested_up_to":16,"requires_at_least":17,"requires_php":18,"tags":19,"homepage":25,"download_link":26,"security_score":27,"vuln_count":28,"unpatched_count":29,"last_vuln_date":30,"fetched_at":31,"vulnerabilities":32,"developer":153,"crawl_stats":38,"alternatives":158,"analysis":261,"fingerprints":777},"newstatpress","NewStatPress","1.4.4","ice00","https:\u002F\u002Fprofiles.wordpress.org\u002Fice00\u002F","\u003Cp>NewStatPress is a new version of StatPress that was the first real-time plugin dedicated to the management of statistics about blog visits.\u003C\u002Fp>\n\u003Cp>It collects information about visitors, spiders, search keywords, feeds, browsers etc.\u003C\u002Fp>\n\u003Cp>Once the plugin NewStatPress has been activated it immediately starts to collect statistics information.\u003Cbr \u002F>\nUsing NewStatPress you could spy your visitors while they are surfing your blog or check which are the preferred pages, posts and categories.\u003Cbr \u002F>\nIn the Dashboard menu you will find the NewStatPress page where you could look up the statistics (overview or detailed).\u003Cbr \u002F>\nNewStatPress also includes a widget one can possibly add to a sidebar (or easy PHP code if you can’t use widgets!).\u003C\u002Fp>\n\u003Cp>With the new ajax\u002Fjavascript usage for variables in widget, the plugin is faster for a user being visit your site even with 1GB or more of database to use! (requires the External API be enabled in NewStatPress>Options>API)\u003C\u002Fp>\n\u003Cp>IMPORTANT: all previous versions from 1.0.4 are subject to XSS and SQL injection from an old Statpress routine. You have to use at least version 1.0.6 to avoid security issue.\u003Cbr \u002F>\nPLEASE UPDATE always to the latest version available.\u003C\u002Fp>\n\u003Ch4>Support\u003C\u002Fh4>\n\u003Cp>Check at  http:\u002F\u002Fnewstatpress.altervista.org\u003C\u002Fp>\n\u003Ch4>What’s new?\u003C\u002Fh4>\n\u003Cp>Simple adding index to database and changes some data fields for better database storing (from here http:\u002F\u002Fwww.poundbangwhack.com\u002F2010\u002F07\u002F03\u002Fimprove-the-performance-of-the-wordpress-plugin-statpress-and-your-blog\u002F where some modification comes from)\u003C\u002Fp>\n\u003Ch4>Ban IP\u003C\u002Fh4>\n\u003Cp>You could ban IP list from stats editing def\u002Fbanips.dat file.\u003C\u002Fp>\n\u003Ch4>DB Table maintenance\u003C\u002Fh4>\n\u003Cp>NewStatPress can automatically delete older records to allow the insertion of newer records when limited space is present.\u003Cbr \u002F>\nThis features is left as original StatPress but it will be replaced by the history data instead.\u003C\u002Fp>\n\u003Ch4>External API\u003C\u002Fh4>\n\u003Cp>External API are a way to gives the collected informations as a web service using a POST call.\u003Cbr \u002F>\nWith it you can use (for example) your collected data of WordPress inside a Drupal site.\u003Cbr \u002F>\nThe API must be enables by check a flag into the option (by default is disabled) and a private KEY must be entered (you can generate a random one).\u003Cbr \u002F>\nThis KEY is for authenticate the called as a valid allowed client.\u003Cbr \u002F>\nEven if the API is for external usage, it will be used internally for speed up page generation using AJAX, so at some point you will need to activate it to continue to see overview and Details pages.\u003C\u002Fp>\n\u003Cp>Actually those are the available commands:\u003C\u002Fp>\n\u003Cp>Command | Parameters | Description\u003C\u002Fp>\n\u003Cul>\n\u003Cli>version                 gives the Newstatpress version in use\u003C\u002Fli>\n\u003Cli>dashboard               gives the Newstatpress dashboard overview table\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>External API is actually used by Multi-NewStatPress (a software than manages data from multiple installation of NewStatPress in different servers).\u003C\u002Fp>\n\u003Cp>If you want to use the API you need to pass to POST those values:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>VAR   the variable for the query (like ‘Version’)\u003C\u002Fli>\n\u003Cli>KEY   the MD5 of date at minute level plus the key you enter into option (e.g in PHP: md5(gmdate(‘m-d-y H i’).key) )\u003C\u002Fli>\n\u003Cli>PAR   the parameter associated with the VAR\u003C\u002Fli>\n\u003Cli>TYP   the type of result: JSON (default) of HTML\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>into those url: your_site+”\u002Fwp-content\u002Fplugins\u002Fnewstatpress\u002Fincludes\u002Fapi\u002Fexternal.php”\u003C\u002Fp>\n\u003Ch4>NewStatPress Widget \u002F NewStatPress_Print function\u003C\u002Fh4>\n\u003Cp>Widget is customizable. These are the available variables:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>%thistotalvisits% – this page, total visits\u003C\u002Fli>\n\u003Cli>%alltotalvisits% – all page, total visits\u003C\u002Fli>\n\u003Cli>%totalpageviews% – total pages view\u003C\u002Fli>\n\u003Cli>%monthtotalpageviews% – total pages view in the month\u003C\u002Fli>\n\u003Cli>%todaytotalpageviews% –  total pages view today\u003C\u002Fli>\n\u003Cli>%since% – Date of the first hit\u003C\u002Fli>\n\u003Cli>%visits% – Today visits\u003C\u002Fli>\n\u003Cli>%yvisits% – Yesterday visits\u003C\u002Fli>\n\u003Cli>%mvisits% – Month visits\u003C\u002Fli>\n\u003Cli>%wvisits% – Week visits\u003C\u002Fli>\n\u003Cli>%totalvisits% – Total visits\u003C\u002Fli>\n\u003Cli>%os% – Operative system\u003C\u002Fli>\n\u003Cli>%browser% – Browser\u003C\u002Fli>\n\u003Cli>%ip% – IP address\u003C\u002Fli>\n\u003Cli>%visitorsonline% – Counts all online visitors\u003C\u002Fli>\n\u003Cli>%usersonline% – Counts logged online visitors\u003C\u002Fli>\n\u003Cli>%toppost% – The most viewed Post\u003C\u002Fli>\n\u003Cli>%topbrowser% – The most used Browser\u003C\u002Fli>\n\u003Cli>%topos% – The most used O.S.\u003C\u002Fli>\n\u003Cli>%topsearch% – The most used search terms\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>In widget, those are special html contropart:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>%br%  => \u003C\u002Fli>\n\u003Cli>%ul%  => \u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cul>\n* %\u002Ful% => \u003C\u002Ful>\n\u003Cul>\n\u003Cli>%li%  => \u003C\u002Fli>\n\u003Cli>\u003C\u002Fli>\n\u003Cli>%\u002Fli% => \u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Now you could add these values everywhere! NewStatPress offers a new PHP function \u003Cem>newstatpress_print()\u003C\u002Fem>.\u003Cbr \u002F>\n* i.e. newstatpress_print(“%totalvisits% total visits.”);\u003C\u002Fp>\n\u003Cp>New experimental functions: place this command [NewStatPress: xxx] every were in your WordPress blog pages and you will have the graph about the xxx function.\u003C\u002Fp>\n\u003Cp>Available functions are:\u003Cbr \u002F>\n* [NewStatPress: Overview]\u003Cbr \u002F>\n* [NewStatPress: Top days]\u003Cbr \u002F>\n* [NewStatPress: O.S.]\u003Cbr \u002F>\n* [NewStatPress: Browser]\u003Cbr \u002F>\n* [NewStatPress: Feeds]\u003Cbr \u002F>\n* [NewStatPress: Search Engine]\u003Cbr \u002F>\n* [NewStatPress: Search terms]\u003Cbr \u002F>\n* [NewStatPress: Top referrer]\u003Cbr \u002F>\n* [NewStatPress: Languages]\u003Cbr \u002F>\n* [NewStatPress: Spider]\u003Cbr \u002F>\n* [NewStatPress: Top Pages]\u003Cbr \u002F>\n* [NewStatPress: Top Days – Unique visitors]\u003Cbr \u002F>\n* [NewStatPress: Top Days – Pageviews]\u003Cbr \u002F>\n* [NewStatPress: Top IPs – Pageviews]\u003C\u002Fp>\n\u003Ch3>License\u003C\u002Fh3>\n\u003Cp>GPLv2 or later\u003C\u002Fp>\n\u003Ch3>License URI\u003C\u002Fh3>\n\u003Cp>https:\u002F\u002Fwww.gnu.org\u002Flicenses\u002Fgpl-2.0.html\u003C\u002Fp>\n","NewStatPress (Statpress plugin fork) is a real-time plugin to manage the visits' statistics about your blog  (without external web analytics).",9000,938656,94,84,"2026-01-06T08:35:00.000Z","6.9.4","3.5","",[20,21,22,23,24],"analytics","dashboard","statistics","tracking","visits","http:\u002F\u002Fnewstatpress.altervista.org","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fnewstatpress.zip",76,10,0,"2025-12-11 14:35:21","2026-03-15T15:16:48.613Z",[33,48,62,76,91,98,109,120,131,144],{"id":34,"url_slug":35,"title":36,"description":37,"plugin_slug":4,"theme_slug":38,"affected_versions":39,"patched_in_version":6,"severity":40,"cvss_score":41,"cvss_vector":42,"vuln_type":43,"published_date":30,"updated_date":44,"references":45,"days_to_patch":47},"CVE-2025-13747","newstatpress-authenticated-contributor-stored-cross-site-scripting","NewStatPress \u003C= 1.4.3 - Authenticated (Contributor+) Stored Cross-Site Scripting","The NewStatPress plugin for WordPress is vulnerable to Stored Cross-Site Scripting via a regex bypass in nsp_shortcode function in all versions up to, and including, 1.4.3 due to insufficient input sanitization and output escaping on user supplied attributes. This makes it possible for authenticated attackers, with contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.",null,"\u003C=1.4.3","medium",6.4,"CVSS:3.1\u002FAV:N\u002FAC:L\u002FPR:L\u002FUI:N\u002FS:C\u002FC:L\u002FI:L\u002FA:N","Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')","2026-01-08 21:16:57",[46],"https:\u002F\u002Fwww.wordfence.com\u002Fthreat-intel\u002Fvulnerabilities\u002Fid\u002Fe7ddc418-9458-4335-afdc-6d40c7e23060?source=api-prod",28,{"id":49,"url_slug":50,"title":51,"description":52,"plugin_slug":4,"theme_slug":38,"affected_versions":53,"patched_in_version":54,"severity":40,"cvss_score":55,"cvss_vector":56,"vuln_type":43,"published_date":57,"updated_date":58,"references":59,"days_to_patch":61},"CVE-2022-0206","newstatpress-reflected-cross-site-scripting","NewStatPress \u003C= 1.3.5 - Reflected Cross-Site Scripting","The NewStatPress WordPress plugin before 1.3.6 does not properly escape the whatX parameters before outputting them back in attributes, leading to Reflected Cross-Site Scripting issues","\u003C1.3.6","1.3.6",6.1,"CVSS:3.1\u002FAV:N\u002FAC:L\u002FPR:N\u002FUI:R\u002FS:C\u002FC:L\u002FI:L\u002FA:N","2022-01-13 00:00:00","2024-01-22 19:56:02",[60],"https:\u002F\u002Fwww.wordfence.com\u002Fthreat-intel\u002Fvulnerabilities\u002Fid\u002F04a99e67-6af2-43c5-a21b-052eb683945c?source=api-prod",740,{"id":63,"url_slug":64,"title":65,"description":66,"plugin_slug":4,"theme_slug":38,"affected_versions":67,"patched_in_version":68,"severity":69,"cvss_score":70,"cvss_vector":71,"vuln_type":43,"published_date":72,"updated_date":58,"references":73,"days_to_patch":75},"CVE-2017-18575","newstatpress-unauthenticated-stored-cross-site-scripting","NewStatPress \u003C 1.2.5 - Unauthenticated Stored Cross-Site Scripting","The NewStatPress plugin for WordPress is vulnerable to Stored Cross-Site Scripting via several parameters in versions up to, and including, 1.2.4 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.","\u003C1.2.5","1.2.5","high",7.2,"CVSS:3.1\u002FAV:N\u002FAC:L\u002FPR:N\u002FUI:N\u002FS:C\u002FC:L\u002FI:L\u002FA:N","2017-03-01 00:00:00",[74],"https:\u002F\u002Fwww.wordfence.com\u002Fthreat-intel\u002Fvulnerabilities\u002Fid\u002F9a353364-73a9-428c-b702-0183b29c7e3d?source=api-prod",2519,{"id":77,"url_slug":78,"title":79,"description":80,"plugin_slug":4,"theme_slug":38,"affected_versions":81,"patched_in_version":82,"severity":83,"cvss_score":84,"cvss_vector":85,"vuln_type":86,"published_date":87,"updated_date":58,"references":88,"days_to_patch":90},"CVE-2015-9313","newstatpress-sql-injection","NewStatPress \u003C 1.0.6 - SQL Injection","The newstatpress plugin before 1.0.6 for WordPress has SQL injection related to an IMG element.","\u003C1.0.6","1.0.6","critical",9.8,"CVSS:3.1\u002FAV:N\u002FAC:L\u002FPR:N\u002FUI:N\u002FS:U\u002FC:H\u002FI:H\u002FA:H","Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')","2015-07-07 00:00:00",[89],"https:\u002F\u002Fwww.wordfence.com\u002Fthreat-intel\u002Fvulnerabilities\u002Fid\u002F0502c622-975f-4218-8b53-efd776fe9d99?source=api-prod",3122,{"id":92,"url_slug":93,"title":94,"description":95,"plugin_slug":4,"theme_slug":38,"affected_versions":81,"patched_in_version":82,"severity":40,"cvss_score":55,"cvss_vector":56,"vuln_type":43,"published_date":87,"updated_date":58,"references":96,"days_to_patch":90},"CVE-2015-9312","newstatpress-reflected-cross-site-scripting-2","NewStatPress \u003C 1.0.6 - Reflected Cross-Site Scripting","The NewStatPress plugin before 1.0.6 for WordPress has XSS related to an IMG element.",[97],"https:\u002F\u002Fwww.wordfence.com\u002Fthreat-intel\u002Fvulnerabilities\u002Fid\u002F2ce60724-3ef8-4222-9034-88edb8a4ce0e?source=api-prod",{"id":99,"url_slug":100,"title":101,"description":102,"plugin_slug":4,"theme_slug":38,"affected_versions":103,"patched_in_version":104,"severity":69,"cvss_score":70,"cvss_vector":71,"vuln_type":43,"published_date":105,"updated_date":58,"references":106,"days_to_patch":108},"CVE-2015-9314","newstatpress-stored-cross-site-scripting","NewStatPress \u003C= 1.0.3 - Stored Cross-Site Scripting","The NewStatPress plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the Referer header in versions up to, and including, 1.0.3 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.","\u003C=1.0.3","1.0.4","2015-06-30 00:00:00",[107],"https:\u002F\u002Fwww.wordfence.com\u002Fthreat-intel\u002Fvulnerabilities\u002Fid\u002F9d8eae69-722a-45ea-a3ca-d4a39a63c4b3?source=api-prod",3129,{"id":110,"url_slug":111,"title":112,"description":113,"plugin_slug":4,"theme_slug":38,"affected_versions":114,"patched_in_version":115,"severity":40,"cvss_score":55,"cvss_vector":56,"vuln_type":43,"published_date":116,"updated_date":58,"references":117,"days_to_patch":119},"CVE-2015-9311","newstatpress-reflected-cross-site-scripting-3","NewStatPress \u003C= 1.0.6 - Reflected Cross-Site Scripting","The NewStatPress plugin for WordPress is vulnerable to Reflected Cross-Site Scripting via the 'limitquery' parameter in versions up to, and including,1.8.8 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that execute if they can successfully trick a user into performing an action such as clicking on a link.","\u003C=1.0.6","1.0.7","2015-06-25 00:00:00",[118],"https:\u002F\u002Fwww.wordfence.com\u002Fthreat-intel\u002Fvulnerabilities\u002Fid\u002F5fe983d6-ad48-460f-ba5d-f6de19f06be4?source=api-prod",3134,{"id":121,"url_slug":122,"title":123,"description":124,"plugin_slug":4,"theme_slug":38,"affected_versions":125,"patched_in_version":126,"severity":83,"cvss_score":84,"cvss_vector":85,"vuln_type":86,"published_date":127,"updated_date":58,"references":128,"days_to_patch":130},"CVE-2015-9315","newstatpress-sql-injection-2","NewStatPress \u003C= 1.0.0 - SQL Injection","The NewStatPress plugin for WordPress is vulnerable to generic SQL Injection in versions up to, and including, 1.0.0 due to insufficient escaping on the user-supplied parameter and lack of sufficient preparation on the existing SQL query.  This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.","\u003C=1.0.0","1.0.1","2015-06-08 00:00:00",[129],"https:\u002F\u002Fwww.wordfence.com\u002Fthreat-intel\u002Fvulnerabilities\u002Fid\u002F7b738676-250d-4af4-81ff-cee9efcf996e?source=api-prod",3151,{"id":132,"url_slug":133,"title":134,"description":135,"plugin_slug":4,"theme_slug":38,"affected_versions":136,"patched_in_version":137,"severity":69,"cvss_score":138,"cvss_vector":139,"vuln_type":86,"published_date":140,"updated_date":58,"references":141,"days_to_patch":143},"CVE-2015-4062","newstatpress-authenticated-sql-injection","NewStatPress \u003C= 0.9.8 - Authenticated SQL Injection","SQL injection vulnerability in includes\u002Fnsp_search.php in the NewStatPress plugin before 0.9.9 for WordPress allows remote authenticated users to execute arbitrary SQL commands via the where1 parameter in the nsp_search page to wp-admin\u002Fadmin.php.","\u003C=0.9.8","0.9.9",8.8,"CVSS:3.1\u002FAV:N\u002FAC:L\u002FPR:L\u002FUI:N\u002FS:U\u002FC:H\u002FI:H\u002FA:H","2015-05-25 00:00:00",[142],"https:\u002F\u002Fwww.wordfence.com\u002Fthreat-intel\u002Fvulnerabilities\u002Fid\u002F95269053-59fa-4396-bd2b-c8c4f9c05595?source=api-prod",3165,{"id":145,"url_slug":146,"title":147,"description":148,"plugin_slug":4,"theme_slug":38,"affected_versions":136,"patched_in_version":137,"severity":40,"cvss_score":149,"cvss_vector":150,"vuln_type":43,"published_date":140,"updated_date":58,"references":151,"days_to_patch":143},"CVE-2015-4063","newstatpress-authenticated-cross-site-scripting","NewStatPress \u003C= 0.9.8 - Authenticated Cross-Site Scripting","Cross-site scripting (XSS) vulnerability in includes\u002Fnsp_search.php in the NewStatPress plugin before 0.9.9 for WordPress allows remote authenticated users to inject arbitrary web script or HTML via the where1 parameter in the nsp_search page to wp-admin\u002Fadmin.php.",5.4,"CVSS:3.1\u002FAV:N\u002FAC:L\u002FPR:L\u002FUI:R\u002FS:C\u002FC:L\u002FI:L\u002FA:N",[152],"https:\u002F\u002Fwww.wordfence.com\u002Fthreat-intel\u002Fvulnerabilities\u002Fid\u002Fa8292a1f-1d26-4efa-9ead-5309965bdb8c?source=api-prod",{"slug":7,"display_name":7,"profile_url":8,"plugin_count":154,"total_installs":11,"avg_security_score":27,"avg_patch_time_days":155,"trust_score":156,"computed_at":157},1,2528,62,"2026-04-04T11:16:51.547Z",[159,179,200,219,240],{"slug":160,"name":161,"version":162,"author":163,"author_profile":164,"description":165,"short_description":166,"active_installs":28,"downloaded":167,"rating":168,"num_ratings":169,"last_updated":170,"tested_up_to":171,"requires_at_least":172,"requires_php":18,"tags":173,"homepage":176,"download_link":177,"security_score":178,"vuln_count":29,"unpatched_count":29,"last_vuln_date":38,"fetched_at":31},"kin-visitantes","Kin Visitantes","2.4","topherjamesknoll","https:\u002F\u002Fprofiles.wordpress.org\u002Ftopherjamessf\u002F","\u003Cp>NOW WITH GOOGLE CHARTS!\u003C\u002Fp>\n\u003Cp>Keep track of how many visitors reach your site, when they accessed it, what language they speak, what browser they use, where they came from, and what they looked at.\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Beautiful Google Charts presentation\u003C\u002Fli>\n\u003Cli>Dashboard widget\u003C\u002Fli>\n\u003Cli>Date and time visited\u003C\u002Fli>\n\u003Cli>Visitor language\u003C\u002Fli>\n\u003Cli>Visitor browser and operating system\u003C\u002Fli>\n\u003Cli>IP address\u003C\u002Fli>\n\u003Cli>Visited page\u003C\u002Fli>\n\u003Cli>Refering site\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Learn more at http:\u002F\u002Fwww.kinwebdesign.com\u003C\u002Fp>\n","Track visitors to your website easily and effectively.",2444,60,2,"2014-12-30T08:31:00.000Z","4.1.42","3.0.1",[20,174,22,175,23],"analytics-dashboard","stats","http:\u002F\u002Fwww.kinwebdesign.com","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fkin-visitantes.2.4.zip",85,{"slug":180,"name":181,"version":182,"author":183,"author_profile":184,"description":185,"short_description":186,"active_installs":187,"downloaded":188,"rating":189,"num_ratings":190,"last_updated":191,"tested_up_to":16,"requires_at_least":192,"requires_php":193,"tags":194,"homepage":197,"download_link":198,"security_score":199,"vuln_count":29,"unpatched_count":29,"last_vuln_date":38,"fetched_at":31},"ga-google-analytics","GA Google Analytics – Connect Google Analytics to WordPress","20260209","Jeff Starr","https:\u002F\u002Fprofiles.wordpress.org\u002Fspecialk\u002F","\u003Cblockquote>\n\u003Cp>✨ Connects Google Analytics to WordPress\u003Cbr \u002F>\n  ✨ Easily add Google Analytics 4 to your web pages\u003C\u002Fp>\n\u003C\u002Fblockquote>\n\u003Cp>This plugin enables Google Analytics for your entire WordPress site. Lightweight and fast with plenty of great features.\u003C\u002Fp>\n\u003Ch3>🔥 Enable Google Analytics 4\u003C\u002Fh3>\n\u003Cp>Steps to enable Google Analytics 4:\u003C\u002Fp>\n\u003Col>\n\u003Cli>Follow \u003Ca href=\"https:\u002F\u002Fsupport.google.com\u002Fanalytics\u002Fanswer\u002F9304153\" rel=\"nofollow ugc\">this guide\u003C\u002Fa> to create a GA4 account\u003C\u002Fli>\n\u003Cli>During account creation, you’ll get a tracking (measurement) ID\u003C\u002Fli>\n\u003Cli>Add your new tracking ID to the plugin setting, “GA Tracking ID”\u003C\u002Fli>\n\u003Cli>Select “GA4” for the plugin setting, “Tracking Method”\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Cp>Save changes and done. Wait 24-48 hours before viewing collected data in your GA account.\u003C\u002Fp>\n\u003Ch3>🔥 GA Tracking Options\u003C\u002Fh3>\n\u003Cp>Here are the tracking methods available with this plugin:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fsupport.google.com\u002Fanalytics\u002Fanswer\u002F10089681\" rel=\"nofollow ugc\">GA4\u003C\u002Fa> \u002F Google Analytics 4 (default)\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fsupport.google.com\u002Fanalytics\u002Fanswer\u002F11583528\" rel=\"nofollow ugc\">Universal Analytics\u003C\u002Fa> (deprecated)\u003C\u002Fli>\n\u003Cli>Legacy Tracking (deprecated)\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Cstrong>Note:\u003C\u002Fstrong> GA4 is recommended. Google has deprecated\u002Fdisabled all other tracking options.\u003C\u002Fp>\n\u003Ch3>🔥 GA Feature Support\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>Supports \u003Ca href=\"https:\u002F\u002Fsupport.google.com\u002Fanalytics\u002Fanswer\u002F9304153\" rel=\"nofollow ugc\">Google Analytics 4\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>Supports \u003Ca href=\"https:\u002F\u002Fsupport.google.com\u002Fanalytics\u002Fanswer\u002F2444872\" rel=\"nofollow ugc\">Display Advertising\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>Supports \u003Ca href=\"https:\u002F\u002Fsupport.google.com\u002Fanalytics\u002Fanswer\u002F7377126\" rel=\"nofollow ugc\">Enhanced Link Attribution\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>Supports \u003Ca href=\"https:\u002F\u002Fsupport.google.com\u002Fanalytics\u002Fanswer\u002F2763052\" rel=\"nofollow ugc\">IP Anonymization\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>Supports \u003Ca href=\"https:\u002F\u002Fsupport.google.com\u002Fanalytics\u002Fanswer\u002F6385009\" rel=\"nofollow ugc\">Force SSL\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>Supports \u003Ca href=\"https:\u002F\u002Fsupport.google.com\u002Fanalytics\u002Fanswer\u002F12979939\" rel=\"nofollow ugc\">Google Optimize\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>Supports \u003Ca href=\"https:\u002F\u002Fsupport.google.com\u002Fanalytics\u002Fanswer\u002F14275483\" rel=\"nofollow ugc\">Consent Signals\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>Supports Tracker Objects (Universal Analytics)\u003C\u002Fli>\n\u003Cli>Supports User Opt-Out (Universal Analytics)\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Also supports tracking links and conversions via the Custom Code setting. Learn more about \u003Ca href=\"https:\u002F\u002Fwww.google.com\u002Fanalytics\u002F\" rel=\"nofollow ugc\">Google Analytics\u003C\u002Fa>.\u003C\u002Fp>\n\u003Ch3>🔥 General Features\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>Blazing fast performance\u003C\u002Fli>\n\u003Cli>Does one thing and does it well\u003C\u002Fli>\n\u003Cli>Drop-dead simple and easy to use\u003C\u002Fli>\n\u003Cli>Regularly updated and “future proof”\u003C\u002Fli>\n\u003Cli>Stays current with the latest tracking code\u003C\u002Fli>\n\u003Cli>Includes tracking code in header or footer\u003C\u002Fli>\n\u003Cli>Includes tracking code on all WordPress web pages\u003C\u002Fli>\n\u003Cli>Includes option to add your own custom markup\u003C\u002Fli>\n\u003Cli>Sleek plugin Settings page with toggling panels\u003C\u002Fli>\n\u003Cli>Option to disable tracking of admin-level users\u003C\u002Fli>\n\u003Cli>Option to enable page tracking in the Admin Area\u003C\u002Fli>\n\u003Cli>Works with or without Gutenberg Block Editor\u003C\u002Fli>\n\u003Cli>Easy to customize the tracking code\u003C\u002Fli>\n\u003Cli>More features available in the \u003Ca href=\"https:\u002F\u002Fplugin-planet.com\u002Fga-google-analytics-pro\u002F\" rel=\"nofollow ugc\">Pro version&nbsp;&raquo;\u003C\u002Fa>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>This is a lightweight plugin that inserts the required GA tracking code. To view your site statistics, visit your Google Analytics account.\u003C\u002Fp>\n\u003Ch3>🔥 Pro Version\u003C\u002Fh3>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fplugin-planet.com\u002Fga-google-analytics-pro\u002F\" rel=\"nofollow ugc\">GA Google Analytics Pro\u003C\u002Fa> includes the same features as the free version, PLUS the following:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Visitor Opt-Out Box (frontend UI)\u003C\u002Fli>\n\u003Cli>Configure multiple tracking codes\u003C\u002Fli>\n\u003Cli>Live Preview of all tracking codes\u003C\u002Fli>\n\u003Cli>Choose location of multiple tracking codes\u003C\u002Fli>\n\u003Cli>Supports Custom Code in header or footer\u003C\u002Fli>\n\u003Cli>Disable tracking of all logged-in users\u003C\u002Fli>\n\u003Cli>Disable Tracking for any Post IDs, User Roles, Post Types\u003C\u002Fli>\n\u003Cli>Disable Tracking for Search Results and Post Archives\u003C\u002Fli>\n\u003Cli>Display Opt-Out Box automatically or via shortcode\u003C\u002Fli>\n\u003Cli>Complete Inline Help\u002FDocumentation\u003C\u002Fli>\n\u003Cli>Priority plugin help and support\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>🚀 Learn more and get \u003Ca href=\"https:\u002F\u002Fplugin-planet.com\u002Fga-google-analytics-pro\u002F\" rel=\"nofollow ugc\">GA Pro &raquo;\u003C\u002Fa>\u003C\u002Fp>\n\u003Ch3>Privacy\u003C\u002Fh3>\n\u003Cp>\u003Cstrong>User Data:\u003C\u002Fstrong> This plugin does not collect any user data. Even so, the tracking code added by this plugin is used by Google to collect all sorts of user data. You can learn more about Google Privacy \u003Ca href=\"https:\u002F\u002Fpolicies.google.com\u002Fprivacy\" rel=\"nofollow ugc\">here\u003C\u002Fa>.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Cookies:\u003C\u002Fstrong> This plugin uses simple cookies for the visitor Opt-Out Box to remember user preference for opt-in or out of Google Analytics.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Services:\u003C\u002Fstrong> This plugin does not connect to any third-party locations or services, but it does enable Google to collect all sorts of data.\u003C\u002Fp>\n\u003Cp>GA Google Analytics is developed and maintained by \u003Ca href=\"https:\u002F\u002Fx.com\u002Fperishable\" rel=\"nofollow ugc\">Jeff Starr\u003C\u002Fa>, 15-year \u003Ca href=\"https:\u002F\u002Fplugin-planet.com\u002F\" rel=\"nofollow ugc\">WordPress developer\u003C\u002Fa> and \u003Ca href=\"https:\u002F\u002Fbooks.perishablepress.com\u002F\" rel=\"nofollow ugc\">book author\u003C\u002Fa>.\u003C\u002Fp>\n\u003Ch3>Support development\u003C\u002Fh3>\n\u003Cp>I develop and maintain this free plugin with love for the WordPress community. To show support, you can \u003Ca href=\"https:\u002F\u002Fmonzillamedia.com\u002Fdonate.html\" rel=\"nofollow ugc\">make a donation\u003C\u002Fa> or purchase one of my books:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwp-tao.com\u002F\" rel=\"nofollow ugc\">The Tao of WordPress\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fdigwp.com\u002F\" rel=\"nofollow ugc\">Digging into WordPress\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fhtaccessbook.com\u002F\" rel=\"nofollow ugc\">.htaccess made easy\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwp-tao.com\u002Fwordpress-themes-book\u002F\" rel=\"nofollow ugc\">WordPress Themes In Depth\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fbooks.perishablepress.com\u002Fdownloads\u002Fwizards-collection-sql-recipes-wordpress\u002F\" rel=\"nofollow ugc\">Wizard’s SQL Recipes for WordPress\u003C\u002Fa>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>And\u002For purchase one of my premium WordPress plugins:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fplugin-planet.com\u002Fbbq-pro\u002F\" rel=\"nofollow ugc\">BBQ Pro\u003C\u002Fa> – Blazing fast WordPress firewall\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fplugin-planet.com\u002Fblackhole-pro\u002F\" rel=\"nofollow ugc\">Blackhole Pro\u003C\u002Fa> – Automatically block bad bots\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fplugin-planet.com\u002Fbanhammer-pro\u002F\" rel=\"nofollow ugc\">Banhammer Pro\u003C\u002Fa> – Monitor traffic and ban the bad guys\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fplugin-planet.com\u002Fga-google-analytics-pro\u002F\" rel=\"nofollow ugc\">GA Google Analytics Pro\u003C\u002Fa> – Connect WordPress to Google Analytics\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fplugin-planet.com\u002Fhead-meta-pro\u002F\" rel=\"nofollow ugc\">Head Meta Pro\u003C\u002Fa> – Ultimate Meta Tags for WordPress\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fplugin-planet.com\u002Fsimple-ajax-chat-pro\u002F\" rel=\"nofollow ugc\">Simple Ajax Chat Pro\u003C\u002Fa> – Unlimited chat rooms\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fplugin-planet.com\u002Fusp-pro\u002F\" rel=\"nofollow ugc\">USP Pro\u003C\u002Fa> – Unlimited front-end forms\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Links, tweets and likes also appreciated. Thank you! 🙂\u003C\u002Fp>\n","Adds Google Analytics tracking code to your WordPress site. Supports many tracking features.",400000,9723797,98,158,"2026-02-09T15:54:00.000Z","4.7","5.6.20",[20,195,196,22,23],"google","google-analytics","https:\u002F\u002Fperishablepress.com\u002Fgoogle-analytics-plugin\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fga-google-analytics.20260209.zip",100,{"slug":201,"name":202,"version":203,"author":204,"author_profile":205,"description":206,"short_description":207,"active_installs":208,"downloaded":209,"rating":210,"num_ratings":211,"last_updated":212,"tested_up_to":16,"requires_at_least":213,"requires_php":214,"tags":215,"homepage":217,"download_link":218,"security_score":199,"vuln_count":29,"unpatched_count":29,"last_vuln_date":38,"fetched_at":31},"independent-analytics","Independent Analytics – Google Analytics Alternative for WordPress","2.14.4","Ben Sibley","https:\u002F\u002Fprofiles.wordpress.org\u002Fbensibley\u002F","\u003Cp>Google Analytics is complicated!\u003C\u002Fp>\n\u003Cp>\u003Cstrong>\u003Ca href=\"https:\u002F\u002Findependentwp.com\u002F?utm_source=WordPress.org&utm_medium=Referral&utm_campaign=ReadMe.txt&utm_content=Top\" rel=\"nofollow ugc\">Independent Analytics\u003C\u002Fa>\u003C\u002Fstrong> gives you simple, common-sense stats you can use to grow your website.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>This is a free plugin and doesn’t require you to create an account on another site\u003C\u002Fstrong>. All features outlined below are included in the free plugin.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Every Tool You Need to Analyze & Grow Your Website\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Analytics dashboard inside your WP admin\u003C\u002Fli>\n\u003Cli>Popular posts and pages\u003C\u002Fli>\n\u003Cli>Top traffic sources\u003C\u002Fli>\n\u003Cli>Country & city data with interactive world map\u003C\u002Fli>\n\u003Cli>Device report with device types, browsers, and OS\u003C\u002Fli>\n\u003Cli>Save custom reports\u003C\u002Fli>\n\u003Cli>Export to CSV & PDF\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Cstrong>Fully Private for You and Your Visitors\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>When it comes to privacy, just say, “No!”\u003C\u002Fp>\n\u003Cul>\n\u003Cli>No communication with external servers\u003C\u002Fli>\n\u003Cli>No cookies\u003C\u002Fli>\n\u003Cli>No personal data\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>As a Google Analytics alternative, Independent Analytics runs entirely on your site so all of your data is created and stored on your server. No personal data is saved and no cookies are used to track visitors, making it easy to comply with regional privacy laws like the GDPR and CCPA.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Loved by the WP Community\u003C\u002Fstrong> ❤️\u003C\u002Fp>\n\u003Cp>\u003Cspan class=\"embed-youtube\" style=\"text-align:center; display: block;\">\u003Ciframe loading=\"lazy\" class=\"youtube-player\" width=\"750\" height=\"422\" src=\"https:\u002F\u002Fwww.youtube.com\u002Fembed\u002Fkd2hK68OFLc?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=en-US&autohide=2&wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\">\u003C\u002Fiframe>\u003C\u002Fspan>\u003C\u002Fp>\n\u003Cp>Independent Analytics has received renown from WP Tuts, Web Squadron, WP Weekly, WP Builds, and many more publications.\u003C\u002Fp>\n\u003Cblockquote>\n\u003Cp>\u003Cstrong>Independent Analytics Pro\u003C\u002Fstrong>\u003Cbr \u002F>\n  Get more valuable insights with the Independent Analytics Pro plugin, which includes UTM campaign tracking, real-time analytics, click tracking, eCommerce sales tracking (WooCommerce, FluentCart, EDD, SureCart), user journeys, form submission tracking, HTML email reports, and a customizable Overview report.\u003Cbr \u002F>\n  \u003Ca href=\"https:\u002F\u002Findependentwp.com\u002Fpro\u002F?utm_source=WordPress.org&utm_medium=Referral&utm_campaign=ReadMe.txt&utm_content=Intro\" rel=\"nofollow ugc\">Click here to get Independent Analytics Pro &rarr;\u003C\u002Fa>\u003C\u002Fp>\n\u003C\u002Fblockquote>\n\u003Cp>\u003Cstrong>Who’s it for?\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Independent Analytics is easy enough for a total beginner to use while offering plenty of depth for more advanced users to dig into their data.\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Cstrong>Bloggers:\u003C\u002Fstrong> use Independent Analytics as a simple blog stats plugin. Find out how many views your posts get and how much traffic you get from search engines and social media.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>eCommerce stores:\u003C\u002Fstrong> track views and visitors for your products and find out what your visitors are searching for.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>News sites:\u003C\u002Fstrong> get same-day statistics for all your posts and filter by author to find your most successful writers.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Startups:\u003C\u002Fstrong> start tracking your visits right away and find out which early marketing tactics are driving results.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Non-profits:\u003C\u002Fstrong> track which campaigns get the most views and find out where your donors are coming from.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Cstrong>How to Get Started\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Col>\n\u003Cli>Visit your \u003Cstrong>Plugins > Add New\u003C\u002Fstrong> menu\u003C\u002Fli>\n\u003Cli>Search for “Independent Analytics”\u003C\u002Fli>\n\u003Cli>Install and enjoy 🙂\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Cp>Independent Analytics starts tracking visitors immediately without configuration. You don’t have to mess with any JavaScript or code snippets.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Explore the Simple, Yet Powerful Features\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Our WordPress statistics plugin is more robust than a simple hit counter and includes all of the following features:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Findependentwp.com\u002Ffeatures\u002Fpages-report\u002F?utm_source=WordPress.org&utm_medium=Referral&utm_campaign=ReadMe.txt\" rel=\"nofollow ugc\">Pages report\u003C\u002Fa> – discover your most visited pages.\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Findependentwp.com\u002Ffeatures\u002Freferrers\u002F?utm_source=WordPress.org&utm_medium=Referral&utm_campaign=ReadMe.txt\" rel=\"nofollow ugc\">Referrers report\u003C\u002Fa> – find the sites sending you traffic.\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Findependentwp.com\u002Ffeatures\u002Fgeographic-data\u002F?utm_source=WordPress.org&utm_medium=Referral&utm_campaign=ReadMe.txt\" rel=\"nofollow ugc\">Geographic report\u003C\u002Fa> – see which countries and cities your visitors are from.\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Findependentwp.com\u002Ffeatures\u002Fdevice-data\u002F?utm_source=WordPress.org&utm_medium=Referral&utm_campaign=ReadMe.txt\" rel=\"nofollow ugc\">Devices report\u003C\u002Fa> – get a breakdown of traffic by device type, browser, and OS.\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Findependentwp.com\u002Fknowledgebase\u002Fyour-data\u002Fimport-export-data\u002F?utm_source=WordPress.org&utm_medium=Referral&utm_campaign=ReadMe.txt\" rel=\"nofollow ugc\">CSV exporting\u003C\u002Fa> – export any report to CSV for additional analysis.\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Findependentwp.com\u002Fknowledgebase\u002Fdashboard\u002Fdownload-pdf-report\u002F?utm_source=WordPress.org&utm_medium=Referral&utm_campaign=ReadMe.txt\" rel=\"nofollow ugc\">PDF exporting\u003C\u002Fa> – export any report as a beautiful PDF to share with colleagues.\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Findependentwp.com\u002Ffeatures\u002Fsaved-reports\u002F?utm_source=WordPress.org&utm_medium=Referral&utm_campaign=ReadMe.txt\" rel=\"nofollow ugc\">Saved reports\u003C\u002Fa> – create and save your own custom reports to the sidebar.\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Findependentwp.com\u002Fknowledgebase\u002Fdashboard\u002Fgive-users-permission-view-analytics\u002F?utm_source=WordPress.org&utm_medium=Referral&utm_campaign=ReadMe.txt\" rel=\"nofollow ugc\">Share access with authors\u003C\u002Fa> – share access with any user role in a few clicks and optionally limit the stats to only content published by the author.\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Findependentwp.com\u002Fknowledgebase\u002Fdashboard\u002Fgive-users-permission-view-analytics\u002F?utm_source=WordPress.org&utm_medium=Referral&utm_campaign=ReadMe.txt\" rel=\"nofollow ugc\">White-label the dashboard\u003C\u002Fa> – white-label the analytics for non-admins to remove any branding and external links.\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Findependentwp.com\u002Fknowledgebase\u002Fdashboard\u002Fview-count-column-posts-menu\u002F?utm_source=WordPress.org&utm_medium=Referral&utm_campaign=ReadMe.txt\" rel=\"nofollow ugc\">View counts in the Posts menu\u003C\u002Fa> – check how many views your recent posts have while browsing the Posts menu\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Findependentwp.com\u002Fknowledgebase\u002Fdashboard\u002Fdashboard-widget-reposition-hide\u002F?utm_source=WordPress.org&utm_medium=Referral&utm_campaign=ReadMe.txt\" rel=\"nofollow ugc\">Dashboard widget\u003C\u002Fa> – get a quick look at your stats when you login.\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Findependentwp.com\u002Fknowledgebase\u002Fdashboard\u002Fadmin-bar-stats\u002F?utm_source=WordPress.org&utm_medium=Referral&utm_campaign=ReadMe.txt\" rel=\"nofollow ugc\">Admin toolbar stats\u003C\u002Fa> – see how many views each page has while viewing or editing it.\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Findependentwp.com\u002Fknowledgebase\u002Fdashboard\u002Fdisplay-view-counter\u002F?utm_source=WordPress.org&utm_medium=Referral&utm_campaign=ReadMe.txt\" rel=\"nofollow ugc\">Public view counter\u003C\u002Fa> – show off how many views each post on your site has gotten.\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Findependentwp.com\u002Fknowledgebase\u002Ftracking\u002Fblock-user-roles\u002F?utm_source=WordPress.org&utm_medium=Referral&utm_campaign=ReadMe.txt\" rel=\"nofollow ugc\">Ignore user roles\u003C\u002Fa> – easily ignore activity from admins while recording traffic from Subscribers and Customers\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Findependentwp.com\u002Fknowledgebase\u002Ftracking\u002Fblock-ip-addresses\u002F?utm_source=WordPress.org&utm_medium=Referral&utm_campaign=ReadMe.txt\" rel=\"nofollow ugc\">Ignore IP addresses\u003C\u002Fa> – add any IP address to your ignore list in just two clicks.\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Findependentwp.com\u002Fknowledgebase\u002Fyour-data\u002Fautomatically-delete-old-data\u002F?utm_source=WordPress.org&utm_medium=Referral&utm_campaign=ReadMe.txt\" rel=\"nofollow ugc\">Automatically delete old data\u003C\u002Fa> – delete data older than X days\u002Fyears to limit the total data storage.\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Findependentwp.com\u002Fknowledgebase\u002Fdashboard\u002Fhow-to-filter-your-data\u002F?utm_source=WordPress.org&utm_medium=Referral&utm_campaign=ReadMe.txt\" rel=\"nofollow ugc\">Filtering system\u003C\u002Fa> – segment your data with the powerful filters.\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Findependentwp.com\u002Fknowledgebase\u002Fdata\u002F?utm_source=WordPress.org&utm_medium=Referral&utm_campaign=ReadMe.txt\" rel=\"nofollow ugc\">Essential metrics\u003C\u002Fa> – find your views, visitors, sessions, bounce rate, session duration, and views per session metrics in the Quick Stats, chart, and data table.\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Findependentwp.com\u002Fknowledgebase\u002Finsights\u002Ffind-growing-pages\u002F?utm_source=WordPress.org&utm_medium=Referral&utm_campaign=ReadMe.txt\" rel=\"nofollow ugc\">Visitors Growth\u003C\u002Fa> – find your fastest-growing pages and referrers.\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Findependentwp.com\u002Fknowledgebase\u002Finsights\u002Fanalyze-content-by-author\u002F?utm_source=WordPress.org&utm_medium=Referral&utm_campaign=ReadMe.txt\" rel=\"nofollow ugc\">Author stats\u003C\u002Fa> – sort and filter your pages by author.\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Findependentwp.com\u002Fknowledgebase\u002Finsights\u002Fstats-single-post-type\u002F?utm_source=WordPress.org&utm_medium=Referral&utm_campaign=ReadMe.txt\" rel=\"nofollow ugc\">Post type stats\u003C\u002Fa> – segment by post type to view stats for your posts, search results, custom post types, and more.\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Findependentwp.com\u002Fknowledgebase\u002Fdata\u002Fwhat-are-entrances-exits-exit-percentage\u002F?utm_source=WordPress.org&utm_medium=Referral&utm_campaign=ReadMe.txt\" rel=\"nofollow ugc\">Landing page stats\u003C\u002Fa> – Use the Entrances metric to find your top landing pages.\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Findependentwp.com\u002Fknowledgebase\u002Fdeveloper\u002Fdeveloper-api\u002F?utm_source=WordPress.org&utm_medium=Referral&utm_campaign=ReadMe.txt\" rel=\"nofollow ugc\">Developer API\u003C\u002Fa> – the rudimentary developer API lets you get stats from any page on your site.\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Findependentwp.com\u002Fknowledgebase\u002Fcommon-questions\u002Frtl-compatibility\u002F?utm_source=WordPress.org&utm_medium=Referral&utm_campaign=ReadMe.txt\" rel=\"nofollow ugc\">RTL support\u003C\u002Fa> – Independent Analytics works just as well for right-to-left languages.\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Findependentwp.com\u002Fknowledgebase\u002Fdashboard\u002Fanalytics-mobile-device\u002F?utm_source=WordPress.org&utm_medium=Referral&utm_campaign=ReadMe.txt\" rel=\"nofollow ugc\">Mobile-friendly\u003C\u002Fa> – the Analytics dashboard is fully compatible with mobile devices.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>\u003Ca href=\"https:\u002F\u002Findependentwp.com\u002Ffeatures\u002Fcampaigns\u002F?utm_source=WordPress.org&utm_medium=Referral&utm_campaign=ReadMe.txt\" rel=\"nofollow ugc\">Campaigns report\u003C\u002Fa> (Pro)\u003C\u002Fstrong> – create and track UTM campaign links.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>\u003Ca href=\"https:\u002F\u002Findependentwp.com\u002Ffeatures\u002Freal-time\u002F?utm_source=WordPress.org&utm_medium=Referral&utm_campaign=ReadMe.txt\" rel=\"nofollow ugc\">Real-time analytics\u003C\u002Fa> (Pro)\u003C\u002Fstrong> – see how many visitors are currently on your site.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>\u003Ca href=\"https:\u002F\u002Findependentwp.com\u002Ffeatures\u002Fclick-tracking\u002F?utm_source=WordPress.org&utm_medium=Referral&utm_campaign=ReadMe.txt\" rel=\"nofollow ugc\">Click tracking\u003C\u002Fa> (Pro)\u003C\u002Fstrong> – track clicks on any link without touching code.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>\u003Ca href=\"https:\u002F\u002Findependentwp.com\u002Ffeatures\u002Fecommerce-analytics\u002F?utm_source=WordPress.org&utm_medium=Referral&utm_campaign=ReadMe.txt\" rel=\"nofollow ugc\">eCommerce analytics\u003C\u002Fa> (Pro)\u003C\u002Fstrong> – integration with WooCommerce, FluentCart, EDD, and SureCart lets you find your most profitable campaigns, landing pages, and referrers.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>\u003Ca href=\"https:\u002F\u002Findependentwp.com\u002Ffeatures\u002Fuser-journeys\u002F?utm_source=WordPress.org&utm_medium=Referral&utm_campaign=ReadMe.txt\" rel=\"nofollow ugc\">User journeys\u003C\u002Fa> (Pro)\u003C\u002Fstrong> – explore every recorded session including a timeline for each one, so you can understand exactly how visitors use your website.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>\u003Ca href=\"https:\u002F\u002Findependentwp.com\u002Ffeatures\u002Fform-tracking\u002F?utm_source=WordPress.org&utm_medium=Referral&utm_campaign=ReadMe.txt\" rel=\"nofollow ugc\">Form tracking\u003C\u002Fa> (Pro)\u003C\u002Fstrong> – integration with 20+ top form plugins, like WPForms and Contact Form 7, lets you automatically track form submissions and discover where your leads are coming from.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>\u003Ca href=\"https:\u002F\u002Findependentwp.com\u002Ffeatures\u002Foverview-report\u002F?utm_source=WordPress.org&utm_medium=Referral&utm_campaign=ReadMe.txt\" rel=\"nofollow ugc\">Overview report\u003C\u002Fa> (Pro)\u003C\u002Fstrong> – find all your data in one place with the customizable Overview report.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>\u003Ca href=\"https:\u002F\u002Findependentwp.com\u002Ffeatures\u002Fsolo-reports\u002F?utm_source=WordPress.org&utm_medium=Referral&utm_campaign=ReadMe.txt\" rel=\"nofollow ugc\">Solo reports\u003C\u002Fa> (Pro)\u003C\u002Fstrong> – view dedicated reports for individual pages and referrers.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>\u003Ca href=\"https:\u002F\u002Findependentwp.com\u002Ffeatures\u002Femail-reports\u002F?utm_source=WordPress.org&utm_medium=Referral&utm_campaign=ReadMe.txt\" rel=\"nofollow ugc\">HTML email reports\u003C\u002Fa> (Pro)\u003C\u002Fstrong> – schedule a beautiful daily, weekly, or monthly email report for yourself and your clients.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Cstrong>\u003Ca href=\"https:\u002F\u002Findependentwp.com\u002Ffeatures\u002F?utm_source=WordPress.org&utm_medium=Referral&utm_campaign=ReadMe.txt\" rel=\"nofollow ugc\">Explore every feature with screenshots here &rarr;\u003C\u002Fa>\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cblockquote>\n\u003Cp>\u003Cstrong>Independent Analytics Pro\u003C\u002Fstrong>\u003Cbr \u002F>\n  Get more valuable insights with the Independent Analytics Pro plugin, which includes UTM campaign tracking, real-time analytics, click tracking, eCommerce sales tracking (WooCommerce, FluentCart, EDD, SureCart),user journeys, form submission tracking, HTML email reports, and a customizable Overview report.\u003Cbr \u002F>\n  \u003Ca href=\"https:\u002F\u002Findependentwp.com\u002Fpro\u002F?utm_source=WordPress.org&utm_medium=Referral&utm_campaign=ReadMe.txt&utm_content=Intro\" rel=\"nofollow ugc\">Click here to get Independent Analytics Pro &rarr;\u003C\u002Fa>\u003C\u002Fp>\n\u003C\u002Fblockquote>\n\u003Cp>\u003Cstrong>Who Made This?\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Independent Analytics is designed and developed by Ben Sibley and Andrew Mead in the beautiful city of Philadelphia. Check out \u003Ca href=\"https:\u002F\u002Fwpbuilds.com\u002F2025\u002F06\u002F26\u002F426-why-independent-analytics-could-be-the-wordpress-alternative-to-google-analytics-youve-been-waiting-for\u002F\" rel=\"nofollow ugc\">our interview\u003C\u002Fa> on the WP Builds podcast if you’d like to hear our story.\u003C\u002Fp>\n","A simple WordPress analytics plugin that is privacy-friendly, fast, and an alternative to Google Analytics.",100000,2410726,96,155,"2026-02-17T19:27:00.000Z","5.9","7.4",[20,174,196,22,216],"wordpress-analytics","https:\u002F\u002Findependentwp.com\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Findependent-analytics.2.14.4.zip",{"slug":220,"name":221,"version":222,"author":223,"author_profile":224,"description":225,"short_description":226,"active_installs":227,"downloaded":228,"rating":210,"num_ratings":229,"last_updated":230,"tested_up_to":16,"requires_at_least":231,"requires_php":214,"tags":232,"homepage":235,"download_link":236,"security_score":237,"vuln_count":238,"unpatched_count":29,"last_vuln_date":239,"fetched_at":31},"wp-slimstat","SlimStat Analytics","5.4.1","VeronaLabs","https:\u002F\u002Fprofiles.wordpress.org\u002Fveronalabs\u002F","\u003Cp>Track returning customers and registered users, monitor Javascript events, detect intrusions, analyze email campaigns. Thousands of WordPress sites are already using it.\u003C\u002Fp>\n\u003Ch4>Main Features\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>\u003Cstrong>Real-Time Access Log\u003C\u002Fstrong>: measure server latency, track page events, keep an eye on your bounce rate and much more.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Shortcodes\u003C\u002Fstrong>: display reports in widgets or directly in posts and pages.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Customize Reports\u003C\u002Fstrong>: Customize all pages—Real-time, Overview, Audience, Site Analysis, and Traffic Sources—to fit your needs easily!\u003C\u002Fli>\n\u003Cli>\u003Cstrong>GDPR\u003C\u002Fstrong>: fully compliant with GDPR European law. Integrates seamlessly with popular Consent Management Platforms (WP Consent API, Real Cookie Banner).\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Filters\u003C\u002Fstrong>: exclude users from statistics collection based on various criteria, including user roles, common robots, IP subnets, admin pages, country, etc.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Export to Excel\u003C\u002Fstrong>: download your reports as CSV files, generate user heatmaps or get daily emails right in your mailbox (via Pro).\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Cache\u003C\u002Fstrong>: compatible with W3 Total Cache, WP SuperCache, CloudFlare and most caching plugins.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Privacy\u003C\u002Fstrong>: hash IP addresses to protect your users’ privacy.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Geolocation\u003C\u002Fstrong>: identify your visitors by city and country, browser type and operating system (courtesy of \u003Ca href=\"https:\u002F\u002Fwww.maxmind.com\u002F\" rel=\"nofollow ugc\">MaxMind\u003C\u002Fa> and \u003Ca href=\"https:\u002F\u002Fbrowscap.org\" rel=\"nofollow ugc\">Browscap\u003C\u002Fa>).\u003C\u002Fli>\n\u003Cli>\u003Cstrong>World Map\u003C\u002Fstrong>: see where your visitors are coming from, even on your mobile device (courtesy of \u003Ca href=\"https:\u002F\u002Fwww.ammap.com\u002F\" rel=\"nofollow ugc\">amMap\u003C\u002Fa>).\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Pro Pack Features\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>\u003Cstrong>Network Analytics\u003C\u002Fstrong>: Enable a network-wide view of your reports and settings.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Email Reports\u003C\u002Fstrong>: Receive your reports directly in your mailbox.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Export to Excel\u003C\u002Fstrong>: Download your reports as CSV files.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Heatmap\u003C\u002Fstrong>: Display a heatmap layer of the most clicked areas on your website.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>User Overview\u003C\u002Fstrong>: Monitor your registered users by tracking their activities and time on site.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>MaxMind Integration\u003C\u002Fstrong>: Connect to MaxMind’s Geolocation API to retrieve detailed information about your visitors.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Custom DB\u003C\u002Fstrong>: Use an external database to store all the information about your visitors.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Extended Overview\u003C\u002Fstrong>: Add custom columns to the User Overview widget and export file.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Requirements\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>WordPress 5.6+\u003C\u002Fli>\n\u003Cli>PHP 7.4+\u003C\u002Fli>\n\u003Cli>MySQL 5.0.3+\u003C\u002Fli>\n\u003Cli>At least 5 MB of free web space (240 MB if you plan on using the external libraries for geolocation and browser detection)\u003C\u002Fli>\n\u003Cli>At least 10 MB of free DB space\u003C\u002Fli>\n\u003Cli>At least 32 Mb of free PHP memory for the tracker (peak memory usage)\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Please note\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>If you decide to uninstall Slimstat Analytics, all the stats will be \u003Cstrong>PERMANENTLY\u003C\u002Fstrong> deleted from your database. Make sure to setup a database backup (wp_slim_*) to avoid losing your data.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Report Bugs\u003C\u002Fh4>\n\u003Cp>Having trouble with a bug? Please \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fwp-slimstat\u002Fwp-slimstat\u002Fissues\u002Fnew\" rel=\"nofollow ugc\">create an issue\u003C\u002Fa> on GitHub. Kindly note that \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fwp-slimstat\u002Fwp-slimstat\" rel=\"nofollow ugc\">GitHub\u003C\u002Fa> is exclusively for bug reports; other inquiries will be closed.\u003C\u002Fp>\n\u003Cp>For security vulnerabilities, please report them through the \u003Ca href=\"https:\u002F\u002Fpatchstack.com\u002Fdatabase\u002Fwordpress\u002Fplugin\u002Fwp-slimstat\u002Fvdp\" rel=\"nofollow ugc\">Patchstack Vulnerability Disclosure Program\u003C\u002Fa>. The Patchstack team will validate, triage, and handle any security issues.\u003C\u002Fp>\n","The leading web analytics plugin for WordPress",80000,6948248,815,"2026-03-10T07:34:00.000Z","5.6",[20,233,234,22,23],"geolocation","reports","https:\u002F\u002Fwp-slimstat.com\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fwp-slimstat.5.4.1.zip",88,24,"2026-03-18 00:00:00",{"slug":241,"name":242,"version":243,"author":244,"author_profile":245,"description":246,"short_description":247,"active_installs":248,"downloaded":249,"rating":250,"num_ratings":251,"last_updated":252,"tested_up_to":16,"requires_at_least":253,"requires_php":18,"tags":254,"homepage":256,"download_link":257,"security_score":258,"vuln_count":259,"unpatched_count":29,"last_vuln_date":260,"fetched_at":31},"wp-piwik","Connect Matomo – Analytics Dashboard for WordPress","1.1.1","matomoteam","https:\u002F\u002Fprofiles.wordpress.org\u002Fmatomoteam\u002F","\u003Cp>\u003Cstrong>Version 1.1.1 includes an important security related fix, it is highly recommended to update to this version.\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>If you are not yet using Matomo On-Premise, Matomo Cloud or hosting your own instance of Matomo, please use the \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fmatomo\u002F\" rel=\"ugc\">Matomo for WordPress plugin\u003C\u002Fa>.\u003C\u002Fp>\n\u003Cp>This plugin uses the Matomo API to show your Matomo statistics in your WordPress dashboard. It’s also able to add the Matomo tracking code to your blog and to do some modifications to the tracking code. Additionally, WP-Matomo supports WordPress networks and manages multiple sites and their tracking codes.\u003C\u002Fp>\n\u003Cp>To use this plugin the Matomo web analytics application is required. If you do not already have a Matomo setup (e.g., provided by your web hosting service), you have two simple options: use either a \u003Ca href=\"http:\u002F\u002Fmatomo.org\u002F\" rel=\"nofollow ugc\">self-hosted Matomo\u003C\u002Fa> or a \u003Ca href=\"https:\u002F\u002Fwww.innocraft.cloud\u002F?pk_campaign=WP-Piwik\" rel=\"nofollow ugc\">cloud-hosted Matomo by InnoCraft\u003C\u002Fa>.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Requirements:\u003C\u002Fstrong> PHP 7.0 (or higher), WordPress 5.0 (or higher), Matomo 4.0 (or higher)\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Languages:\u003C\u002Fstrong> English, Albanian, Chinese, Dutch, French, German, Greek, Hungarian, Italian, Polish, Portuguese (Brazil). Partially supported: Azerbaijani, Belarusian, Hindi, Lithuanian, Luxembourgish, Norwegian, Persian, Romanian, Russian, Spanish, Swedish, Turkish, Ukrainian\u003C\u002Fp>\n\u003Ch4>What is Matomo?\u003C\u002Fh4>\n\u003Cp>\u003Cspan class=\"embed-youtube\" style=\"text-align:center; display: block;\">\u003Ciframe loading=\"lazy\" class=\"youtube-player\" width=\"750\" height=\"422\" src=\"https:\u002F\u002Fwww.youtube.com\u002Fembed\u002FQc2kooLNDiU?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=en-US&autohide=2&wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\">\u003C\u002Fiframe>\u003C\u002Fspan>\u003Cbr \u002F>\n\u003Ca href=\"https:\u002F\u002Fmatomo.org\u002Fwhat-is-matomo\u002F\" rel=\"nofollow ugc\">Learn more.\u003C\u002Fa>\u003C\u002Fp>\n\u003Ch4>First steps\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Learn how to install your own Matomo instance: \u003Ca href=\"https:\u002F\u002Fmatomo.org\u002Fdocs\u002Frequirements\u002F\" rel=\"nofollow ugc\">Requirements\u003C\u002Fa>, \u003Ca href=\"https:\u002F\u002Fmatomo.org\u002Fdocs\u002Finstallation-optimization\u002F\" rel=\"nofollow ugc\">Installation\u003C\u002Fa>.\u003C\u002Fli>\n\u003Cli>If you need support about Matomo, please have a look at the \u003Ca href=\"https:\u002F\u002Fforum.matomo.org\u002F\" rel=\"nofollow ugc\">Matomo forums\u003C\u002Fa>.\u003C\u002Fli>\n\u003Cli>Finally, you can start \u003Ca href=\"https:\u002F\u002Fmatomo.org\u002Fblog\u002F2015\u002F05\u002Fwordpress-integration-wp-piwik-1-0\u002F\" rel=\"nofollow ugc\">setting up WP-Matomo\u003C\u002Fa>.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Shortcodes\u003C\u002Fh4>\n\u003Cp>You can use following shortcodes if activated:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[wp-piwik module=\"overview\" title=\"\" period=\"day\" date=\"yesterday\"]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Shows overview table like WP-Matomo’s overview dashboard. See Matomo API documentation on VisitsSummary.get to get more information on period and day. Multiple data arrays will be cumulated. If you fill the title attribute, its content will be shown in the table’s title.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[wp-piwik module=\"opt-out\" language=\"en\" width=\"100%\" height=\"200px\"]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Shows the Matomo opt-out Iframe. You can change the Iframe’s language by the language attribute (e.g. de for German language) and its width and height using the corresponding attributes.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[wp-piwik module=\"post\" range=\"last30\" key=\"sum_daily_nb_uniq_visitors\"]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Shows the chosen keys value related to the current post. You can define a range (format: lastN, previousN or YYYY-MM-DD,YYYY-MM-DD) and the desired value’s key (e.g., sum_daily_nb_uniq_visitors, nb_visits or nb_hits – for details see Matomo’s API method Actions.getPageUrl using a range).\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[wp-piwik]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>is equal to \u003Cem>[wp-piwik module=”overview” title=”” period=”day” date=”yesterday”]\u003C\u002Fem>.\u003C\u002Fp>\n\u003Ch4>Credits and Acknowledgements\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Graphs powered by \u003Ca href=\"https:\u002F\u002Fwww.chartjs.org\" rel=\"nofollow ugc\">Chart.js\u003C\u002Fa> (MIT License).\u003C\u002Fli>\n\u003Cli>All translators at Transifex and WordPress.\u003C\u002Fli>\n\u003Cli>Anyone who donates to the WP-Matomo project, including the Matomo team!\u003C\u002Fli>\n\u003Cli>All users who send me mails containing criticism, commendation, feature requests and bug reports – you help me to make WP-Matomo much better!\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Thank you all!\u003C\u002Fp>\n","Adds Matomo (former Piwik) statistics to your WordPress dashboard and is also able to add the Matomo Tracking Code to your blog.",60000,2878717,90,95,"2026-03-10T06:59:00.000Z","5.0",[20,255,22,175,23],"matomo","http:\u002F\u002Fwordpress.org\u002Fextend\u002Fplugins\u002Fwp-piwik\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fwp-piwik.1.1.1.zip",97,5,"2023-09-21 00:00:00",{"attackSurface":262,"codeSignals":362,"taintFlows":528,"riskAssessment":765,"analyzedAt":776},{"hooks":263,"ajaxHandlers":329,"restRoutes":345,"shortcodes":346,"cronEvents":351,"entryPointCount":259,"unprotectedCount":361},[264,270,275,277,281,285,287,290,294,298,302,306,310,314,318,322,326],{"type":265,"name":266,"callback":267,"file":268,"line":269},"filter","cron_schedules","newstatpress_cron_intervals","includes\\nsp-functions-extra.php",91,{"type":271,"name":272,"callback":273,"file":268,"line":274},"action","admin_notices","newstatpress_admin_nag_notices",325,{"type":271,"name":272,"callback":273,"file":268,"line":276},375,{"type":271,"name":278,"callback":279,"file":268,"line":280},"admin_init","newstatpress_hide_nag_notices",400,{"type":271,"name":272,"callback":282,"file":283,"line":284},"newstatpress_admin_notices","newstatpress.php",258,{"type":271,"name":272,"callback":282,"file":283,"line":286},289,{"type":271,"name":278,"callback":288,"file":283,"line":289},"newstatpress_update_check",296,{"type":271,"name":291,"callback":292,"file":283,"line":293},"init","newstatpress_check_export",320,{"type":271,"name":295,"callback":296,"file":283,"line":297},"admin_enqueue_scripts","newstatpress_register_plugin_styles_and_scripts",393,{"type":271,"name":299,"callback":300,"file":283,"line":301},"plugins_loaded","newstatpress_load_textdomain",401,{"type":271,"name":303,"callback":304,"file":283,"line":305},"wp_dashboard_setup","newstatpress_add_dashboard_widget",407,{"type":271,"name":307,"callback":308,"file":283,"line":309},"admin_menu","newstatpress_build_plugin_menu",483,{"type":265,"name":311,"callback":312,"file":283,"line":313},"wp_mail_content_type","newstatpress_set_mail_content_type",684,{"type":271,"name":315,"callback":316,"file":283,"line":317},"nsp_mail_notification","newstatpress_stat_by_email",752,{"type":265,"name":319,"callback":320,"priority":28,"file":283,"line":321},"plugin_action_links","newstatpress_add_settings_link",776,{"type":271,"name":323,"callback":324,"file":283,"line":325},"send_headers","newstatpress_stat_append",1470,{"type":271,"name":299,"callback":327,"file":283,"line":328},"newstatpress_widget_init",1919,[330,335,338,342],{"action":331,"nopriv":332,"callback":333,"hasNonce":332,"hasCapCheck":332,"file":283,"line":334},"newstatpress_variables",false,"newstatpress_variables_ajax",414,{"action":331,"nopriv":336,"callback":333,"hasNonce":332,"hasCapCheck":332,"file":283,"line":337},true,415,{"action":339,"nopriv":332,"callback":340,"hasNonce":332,"hasCapCheck":332,"file":283,"line":341},"newstatpress_external","newstatpress_external_api_ajax_n",418,{"action":339,"nopriv":336,"callback":343,"hasNonce":332,"hasCapCheck":332,"file":283,"line":344},"newstatpress_external_api_ajax",419,[],[347],{"tag":5,"callback":348,"file":349,"line":350},"newstatpress_shortcode_handler","includes\\nsp-core.php",1058,[352,355,357,359],{"hook":315,"callback":315,"file":353,"line":354},"includes\\nsp-options.php",304,{"hook":315,"callback":315,"file":353,"line":356},306,{"hook":315,"callback":315,"file":353,"line":358},337,{"hook":315,"callback":315,"file":353,"line":360},339,4,{"dangerousFunctions":363,"sqlUsage":364,"outputEscaping":377,"fileOperations":29,"externalRequests":169,"nonceChecks":498,"capabilityChecks":28,"bundledLibraries":527},[],{"prepared":365,"raw":259,"locations":366},299,[367,371,373,375,376],{"file":368,"line":369,"context":370},"includes\\api\\nsp-api-overview.php",67,"$wpdb->get_row() with variable interpolation",{"file":368,"line":372,"context":370},74,{"file":368,"line":374,"context":370},81,{"file":368,"line":237,"context":370},{"file":368,"line":251,"context":370},{"escaped":378,"rawEcho":379,"locations":380},631,72,[381,385,388,389,390,392,394,396,398,400,402,404,405,407,409,411,413,415,417,419,421,424,426,428,430,432,434,436,438,440,443,445,447,449,451,453,455,457,460,462,463,464,466,468,470,472,474,476,478,480,482,484,486,488,490,492,494,496,499,501,503,505,507,509,511,513,515,517,519,521,523,525],{"file":382,"line":383,"context":384},"includes\\api\\external.php",131,"raw output",{"file":386,"line":387,"context":384},"includes\\api\\variables.php",65,{"file":386,"line":369,"context":384},{"file":386,"line":13,"context":384},{"file":386,"line":391,"context":384},121,{"file":386,"line":393,"context":384},166,{"file":386,"line":395,"context":384},199,{"file":386,"line":397,"context":384},232,{"file":386,"line":399,"context":384},250,{"file":386,"line":401,"context":384},252,{"file":386,"line":403,"context":384},279,{"file":386,"line":356,"context":384},{"file":386,"line":406,"context":384},329,{"file":386,"line":408,"context":384},378,{"file":268,"line":410,"context":384},295,{"file":353,"line":412,"context":384},403,{"file":353,"line":414,"context":384},421,{"file":353,"line":416,"context":384},423,{"file":353,"line":418,"context":384},468,{"file":353,"line":420,"context":384},589,{"file":422,"line":423,"context":384},"includes\\nsp-overview.php",150,{"file":422,"line":425,"context":384},248,{"file":422,"line":427,"context":384},316,{"file":422,"line":429,"context":384},556,{"file":422,"line":431,"context":384},676,{"file":422,"line":433,"context":384},683,{"file":422,"line":435,"context":384},741,{"file":422,"line":437,"context":384},767,{"file":422,"line":439,"context":384},870,{"file":441,"line":442,"context":384},"includes\\nsp-search.php",39,{"file":441,"line":444,"context":384},49,{"file":441,"line":446,"context":384},51,{"file":441,"line":448,"context":384},56,{"file":441,"line":450,"context":384},58,{"file":441,"line":452,"context":384},66,{"file":441,"line":454,"context":384},236,{"file":441,"line":456,"context":384},247,{"file":458,"line":459,"context":384},"includes\\nsp-tools.php",45,{"file":458,"line":461,"context":384},237,{"file":458,"line":429,"context":384},{"file":458,"line":433,"context":384},{"file":458,"line":465,"context":384},791,{"file":458,"line":467,"context":384},793,{"file":458,"line":469,"context":384},799,{"file":458,"line":471,"context":384},805,{"file":458,"line":473,"context":384},810,{"file":458,"line":475,"context":384},1056,{"file":458,"line":477,"context":384},1107,{"file":458,"line":479,"context":384},1158,{"file":458,"line":481,"context":384},1210,{"file":458,"line":483,"context":384},1288,{"file":458,"line":485,"context":384},1292,{"file":458,"line":487,"context":384},1296,{"file":458,"line":489,"context":384},1300,{"file":458,"line":491,"context":384},1301,{"file":458,"line":493,"context":384},1401,{"file":458,"line":495,"context":384},1413,{"file":497,"line":498,"context":384},"includes\\nsp-visits.php",27,{"file":497,"line":500,"context":384},322,{"file":497,"line":502,"context":384},370,{"file":497,"line":504,"context":384},372,{"file":497,"line":506,"context":384},485,{"file":497,"line":508,"context":384},493,{"file":497,"line":510,"context":384},497,{"file":497,"line":512,"context":384},517,{"file":497,"line":514,"context":384},519,{"file":497,"line":516,"context":384},532,{"file":497,"line":518,"context":384},534,{"file":497,"line":520,"context":384},680,{"file":283,"line":522,"context":384},1819,{"file":283,"line":524,"context":384},1887,{"file":283,"line":526,"context":384},1897,[],[529,564,579,595,606,617,659,682,701,715,732,743,757],{"entryPoint":530,"graph":531,"unsanitizedCount":154,"severity":40},"newstatpress_external_api_ajax (includes\\api\\external.php:37)",{"nodes":532,"edges":559},[533,537,542,544,547,550,554],{"id":534,"type":535,"label":536,"file":382,"line":374},"n0","source","$_REQUEST",{"id":538,"type":539,"label":540,"file":382,"line":383,"wp_function":541},"n1","sink","echo() [XSS]","echo",{"id":543,"type":535,"label":536,"file":382,"line":374},"n2",{"id":545,"type":539,"label":540,"file":382,"line":546,"wp_function":541},"n3",140,{"id":548,"type":535,"label":536,"file":382,"line":549},"n4",120,{"id":551,"type":552,"label":553,"file":382,"line":549},"n5","transform","→ newstatpress_api_overview()",{"id":555,"type":539,"label":556,"file":368,"line":557,"wp_function":558},"n6","get_row() [SQLi]",122,"get_row",[560,561,562,563],{"from":534,"to":538,"sanitized":332},{"from":543,"to":545,"sanitized":336},{"from":548,"to":551,"sanitized":332},{"from":551,"to":555,"sanitized":336},{"entryPoint":565,"graph":566,"unsanitizedCount":29,"severity":578},"\u003Cexternal> (includes\\api\\external.php:0)",{"nodes":567,"edges":574},[568,570,571,572,573],{"id":534,"type":535,"label":569,"file":382,"line":374},"$_REQUEST (x2)",{"id":538,"type":539,"label":540,"file":382,"line":383,"wp_function":541},{"id":543,"type":535,"label":536,"file":382,"line":549},{"id":545,"type":552,"label":553,"file":382,"line":549},{"id":548,"type":539,"label":556,"file":368,"line":557,"wp_function":558},[575,576,577],{"from":534,"to":538,"sanitized":336},{"from":543,"to":545,"sanitized":332},{"from":545,"to":548,"sanitized":336},"low",{"entryPoint":580,"graph":581,"unsanitizedCount":29,"severity":578},"newstatpress_variables_ajax (includes\\api\\variables.php:19)",{"nodes":582,"edges":592},[583,586,590,591],{"id":534,"type":535,"label":584,"file":386,"line":585},"$_REQUEST (x3)",283,{"id":538,"type":539,"label":587,"file":386,"line":588,"wp_function":589},"get_results() [SQLi]",300,"get_results",{"id":543,"type":535,"label":569,"file":386,"line":585},{"id":545,"type":539,"label":540,"file":386,"line":356,"wp_function":541},[593,594],{"from":534,"to":538,"sanitized":336},{"from":543,"to":545,"sanitized":336},{"entryPoint":596,"graph":597,"unsanitizedCount":29,"severity":578},"\u003Cvariables> (includes\\api\\variables.php:0)",{"nodes":598,"edges":603},[599,600,601,602],{"id":534,"type":535,"label":584,"file":386,"line":585},{"id":538,"type":539,"label":587,"file":386,"line":588,"wp_function":589},{"id":543,"type":535,"label":569,"file":386,"line":585},{"id":545,"type":539,"label":540,"file":386,"line":356,"wp_function":541},[604,605],{"from":534,"to":538,"sanitized":336},{"from":543,"to":545,"sanitized":336},{"entryPoint":607,"graph":608,"unsanitizedCount":29,"severity":578},"\u003Cnsp-functions-extra> (includes\\nsp-functions-extra.php:0)",{"nodes":609,"edges":615},[610,613],{"id":534,"type":535,"label":611,"file":268,"line":612},"$_SERVER",164,{"id":538,"type":539,"label":540,"file":268,"line":614,"wp_function":541},294,[616],{"from":534,"to":538,"sanitized":336},{"entryPoint":618,"graph":619,"unsanitizedCount":29,"severity":578},"newstatpress_options (includes\\nsp-options.php:282)",{"nodes":620,"edges":652},[621,624,628,630,631,634,635,638,640,644,646,650],{"id":534,"type":535,"label":622,"file":353,"line":623},"$_POST (x5)",355,{"id":538,"type":539,"label":625,"file":353,"line":626,"wp_function":627},"update_option() [Settings Manipulation]",356,"update_option",{"id":543,"type":535,"label":629,"file":353,"line":276},"$_POST['newstatpress_ignore_ip']",{"id":545,"type":539,"label":625,"file":353,"line":276,"wp_function":627},{"id":548,"type":535,"label":632,"file":353,"line":633},"$_POST['newstatpress_ignore_users']",379,{"id":551,"type":539,"label":625,"file":353,"line":633,"wp_function":627},{"id":555,"type":535,"label":636,"file":353,"line":637},"$_POST['newstatpress_ignore_permalink']",384,{"id":639,"type":539,"label":625,"file":353,"line":637,"wp_function":627},"n7",{"id":641,"type":535,"label":642,"file":353,"line":643},"n8","$_POST[?]",396,{"id":645,"type":539,"label":625,"file":353,"line":643,"wp_function":627},"n9",{"id":647,"type":535,"label":648,"file":353,"line":649},"n10","$_POST['newstatpress_mail_notification_emailaddress']",416,{"id":651,"type":539,"label":625,"file":353,"line":649,"wp_function":627},"n11",[653,654,655,656,657,658],{"from":534,"to":538,"sanitized":336},{"from":543,"to":545,"sanitized":336},{"from":548,"to":551,"sanitized":336},{"from":555,"to":639,"sanitized":336},{"from":641,"to":645,"sanitized":336},{"from":647,"to":651,"sanitized":336},{"entryPoint":660,"graph":661,"unsanitizedCount":29,"severity":578},"\u003Cnsp-options> (includes\\nsp-options.php:0)",{"nodes":662,"edges":675},[663,664,665,666,667,668,669,670,671,672,673,674],{"id":534,"type":535,"label":622,"file":353,"line":623},{"id":538,"type":539,"label":625,"file":353,"line":626,"wp_function":627},{"id":543,"type":535,"label":629,"file":353,"line":276},{"id":545,"type":539,"label":625,"file":353,"line":276,"wp_function":627},{"id":548,"type":535,"label":632,"file":353,"line":633},{"id":551,"type":539,"label":625,"file":353,"line":633,"wp_function":627},{"id":555,"type":535,"label":636,"file":353,"line":637},{"id":639,"type":539,"label":625,"file":353,"line":637,"wp_function":627},{"id":641,"type":535,"label":642,"file":353,"line":643},{"id":645,"type":539,"label":625,"file":353,"line":643,"wp_function":627},{"id":647,"type":535,"label":648,"file":353,"line":649},{"id":651,"type":539,"label":625,"file":353,"line":649,"wp_function":627},[676,677,678,679,680,681],{"from":534,"to":538,"sanitized":336},{"from":543,"to":545,"sanitized":336},{"from":548,"to":551,"sanitized":336},{"from":555,"to":639,"sanitized":336},{"from":641,"to":645,"sanitized":336},{"from":647,"to":651,"sanitized":336},{"entryPoint":683,"graph":684,"unsanitizedCount":29,"severity":578},"newstatpress_database_search (includes\\nsp-search.php:20)",{"nodes":685,"edges":697},[686,688,689,692,693,695],{"id":534,"type":535,"label":622,"file":441,"line":687},64,{"id":538,"type":539,"label":540,"file":441,"line":452,"wp_function":541},{"id":543,"type":535,"label":690,"file":441,"line":691},"$_POST['limitquery']",104,{"id":545,"type":539,"label":540,"file":441,"line":691,"wp_function":541},{"id":548,"type":535,"label":694,"file":441,"line":393},"$_POST (x8)",{"id":551,"type":539,"label":587,"file":441,"line":696,"wp_function":589},253,[698,699,700],{"from":534,"to":538,"sanitized":336},{"from":543,"to":545,"sanitized":336},{"from":548,"to":551,"sanitized":336},{"entryPoint":702,"graph":703,"unsanitizedCount":29,"severity":578},"\u003Cnsp-search> (includes\\nsp-search.php:0)",{"nodes":704,"edges":711},[705,706,707,708,709,710],{"id":534,"type":535,"label":622,"file":441,"line":687},{"id":538,"type":539,"label":540,"file":441,"line":452,"wp_function":541},{"id":543,"type":535,"label":690,"file":441,"line":691},{"id":545,"type":539,"label":540,"file":441,"line":691,"wp_function":541},{"id":548,"type":535,"label":694,"file":441,"line":393},{"id":551,"type":539,"label":587,"file":441,"line":696,"wp_function":589},[712,713,714],{"from":534,"to":538,"sanitized":336},{"from":543,"to":545,"sanitized":336},{"from":548,"to":551,"sanitized":336},{"entryPoint":716,"graph":717,"unsanitizedCount":29,"severity":578},"newstatpress_export_now (includes\\nsp-tools.php:431)",{"nodes":718,"edges":729},[719,722,724,727],{"id":534,"type":535,"label":720,"file":458,"line":721},"$_GET",444,{"id":538,"type":539,"label":587,"file":458,"line":723,"wp_function":589},512,{"id":543,"type":535,"label":725,"file":458,"line":726},"$_GET (x2)",472,{"id":545,"type":539,"label":540,"file":458,"line":728,"wp_function":541},529,[730,731],{"from":534,"to":538,"sanitized":336},{"from":543,"to":545,"sanitized":336},{"entryPoint":733,"graph":734,"unsanitizedCount":29,"severity":578},"\u003Cnsp-tools> (includes\\nsp-tools.php:0)",{"nodes":735,"edges":740},[736,737,738,739],{"id":534,"type":535,"label":720,"file":458,"line":721},{"id":538,"type":539,"label":587,"file":458,"line":723,"wp_function":589},{"id":543,"type":535,"label":725,"file":458,"line":726},{"id":545,"type":539,"label":540,"file":458,"line":728,"wp_function":541},[741,742],{"from":534,"to":538,"sanitized":336},{"from":543,"to":545,"sanitized":336},{"entryPoint":744,"graph":745,"unsanitizedCount":29,"severity":578},"\u003Cnewstatpress> (newstatpress.php:0)",{"nodes":746,"edges":754},[747,749,751,753],{"id":534,"type":535,"label":611,"file":283,"line":748},1270,{"id":538,"type":539,"label":556,"file":283,"line":750,"wp_function":558},1358,{"id":543,"type":535,"label":752,"file":283,"line":748},"$_SERVER (x2)",{"id":545,"type":539,"label":540,"file":283,"line":522,"wp_function":541},[755,756],{"from":534,"to":538,"sanitized":336},{"from":543,"to":545,"sanitized":336},{"entryPoint":758,"graph":759,"unsanitizedCount":154,"severity":69},"newstatpress_stat_append (newstatpress.php:1253)",{"nodes":760,"edges":763},[761,762],{"id":534,"type":535,"label":611,"file":283,"line":748},{"id":538,"type":539,"label":556,"file":283,"line":750,"wp_function":558},[764],{"from":534,"to":538,"sanitized":332},{"summary":766,"deductions":767},"The security posture of the 'newstatpress' plugin v1.4.4 presents a mixed bag.  On the positive side, the plugin demonstrates good practices by heavily utilizing prepared statements for its SQL queries (98%) and performing proper output escaping for a majority of its outputs (90%).  It also incorporates a decent number of nonce and capability checks, indicating an awareness of common WordPress security mechanisms.  However, significant concerns arise from the presence of four unprotected AJAX handlers, forming a substantial portion of its attack surface that is directly accessible to unauthenticated users. This is further amplified by a high severity taint flow indicating potential injection vulnerabilities that have not been adequately sanitized.",[768,770,773],{"reason":769,"points":28},"Unprotected AJAX handlers on attack surface",{"reason":771,"points":772},"High severity taint flow found",12,{"reason":774,"points":775},"10 known CVEs, history of critical\u002Fhigh vulns",18,"2026-03-17T05:36:12.618Z",{"wat":778,"direct":791},{"assetPaths":779,"generatorPatterns":784,"scriptPaths":785,"versionParams":786},[780,781,782,783],"\u002Fwp-content\u002Fplugins\u002Fnewstatpress\u002Fcss\u002Fnewstatpress-admin.css","\u002Fwp-content\u002Fplugins\u002Fnewstatpress\u002Fcss\u002Fnewstatpress-frontend.css","\u002Fwp-content\u002Fplugins\u002Fnewstatpress\u002Fjs\u002Fnewstatpress-admin.js","\u002Fwp-content\u002Fplugins\u002Fnewstatpress\u002Fjs\u002Fnewstatpress-frontend.js",[],[782,783],[787,788,789,790],"newstatpress\u002Fcss\u002Fnewstatpress-admin.css?ver=","newstatpress\u002Fcss\u002Fnewstatpress-frontend.css?ver=","newstatpress\u002Fjs\u002Fnewstatpress-admin.js?ver=","newstatpress\u002Fjs\u002Fnewstatpress-frontend.js?ver=",{"cssClasses":792,"htmlComments":840,"htmlAttributes":850,"restEndpoints":856,"jsGlobals":858,"shortcodeOutput":862},[4,793,794,795,796,797,798,799,800,801,802,803,804,805,806,807,808,809,810,811,812,813,814,815,816,817,818,819,820,821,822,823,824,825,826,827,828,829,830,831,832,833,834,835,836,837,838,839],"nsp_wrapper","nsp_content","nsp_sectiontitle","nsp_data","nsp_data_row","nsp_data_label","nsp_data_value","nsp_graph","nsp_graph_canvas","nsp_date","nsp_counter","nsp_legend","nsp_legend_item","nsp_legend_color","nsp_legend_text","nsp_table","nsp_table_header","nsp_table_row","nsp_table_cell","nsp_details","nsp_details_header","nsp_details_row","nsp_details_cell","nsp_filters","nsp_filter_label","nsp_filter_input","nsp_filter_select","nsp_filter_button","nsp_tools","nsp_tool_item","nsp_tool_link","nsp_options","nsp_options_label","nsp_options_input","nsp_options_select","nsp_options_textarea","nsp_options_button","nsp_admin_menu","nsp_admin_menu_item","nsp_admin_menu_link","nsp_error","nsp_success","nsp_notice","nsp_welcome","nsp_welcome_title","nsp_welcome_text","nsp_welcome_link",[841,842,843,844,845,846,847,848,849],"\u003C!-- NEWSTATPRESS by stefanotognon -->","\u003C!-- \u002FNEWSTATPRESS -->","\u003C!-- BEGIN NEWSTATPRESS WIDGET -->","\u003C!-- END NEWSTATPRESS WIDGET -->","\u003C!-- BEGIN NEWSTATPRESS SHORTCODE -->","\u003C!-- END NEWSTATPRESS SHORTCODE -->","\u003C!-- NEWSTATPRESS: This plugin requires JavaScript to be enabled. -->","\u003C!-- NEWSTATPRESS STATS: END -->","\u003C!-- NEWSTATPRESS STATS: START -->",[851,852,853,854,855],"data-nsp-graph-labels","data-nsp-graph-data","data-nsp-chart-type","data-nsp-chart-colors","data-nsp-chart-legend",[857],"\u002Fwp-json\u002Fnewstatpress\u002Fv1\u002Fstats",[859,860,861],"newstatpress_data","nsp_admin_vars","nsp_frontend_vars",[863,864,865,866,867,868,869,870,871,872,873,874,875,876,877,878,879,880,881,882,883,884,885,886,887,888,889,890],"[newstatpress_overview]","[newstatpress_top_days]","[newstatpress_os]","[newstatpress_browser]","[newstatpress_feed]","[newstatpress_searchengine]","[newstatpress_search]","[newstatpress_referrer]","[newstatpress_languages]","[newstatpress_spiders]","[newstatpress_pages]","[newstatpress_visitors]","[newstatpress_daypages]","[newstatpress_ippages]","[newstatpress_visits]","[newstatpress_yvisits]","[newstatpress_mvisits]","[newstatpress_wvisits]","[newstatpress_totalvisits]","[newstatpress_totalpageviews]","[newstatpress_todaytotalpageviews]","[newstatpress_thistotalvisits]","[newstatpress_alltotalvisits]","[newstatpress_since]","[newstatpress_visitorsonline]","[newstatpress_usersonline]","[newstatpress_monthtotalpageviews]","[newstatpress_toppost]"]