Code For The Plugin

a few seconds read
A serious vulnerability was discovered in the popular WordPress WP Google Maps plugin , allowing hackers to take control of the site. This is reported on the WPScan Vulnerability Database page . At the moment, this vulnerability is already closed, and therefore, users of the plug-in are strongly recommended to update it to the latest version. Otherwise, the site may be attacked by injecting SQL code. Versions 7.11.00 – 7.11.17 are vulnerable to such attacks. In the change log of the...
a minute read
Many bloggers use Feedburner to display the number of their subscribers. If you want to be able to show the average number of them over the past 7 days, here is the code that is useful for this purpose. As usual, first of all you need to insert this function into the functions.php file of your theme: 1 function get_average_readers($feed_id,$interval = 7){ 2     $today = date('Y-m-d', strtotime("now")); 3     $ago = date('Y-m-d', strtotime("-&#...
2 minutes read
Would you like to turn off email notification about automatic WordPress update? By default, WordPress sends email notifications to inform you that security updates have been installed on your site. Recently, a reader asked if there was a way to disable these emails. In today’s article, we will show you how easy it is to turn off email notification of WordPress automatic updates. About Automatic WordPress Update WordPress is open source software and is supported by the developer community. ...
a minute read
A vulnerability such as XSS (cross-site scripting) has been discovered in the popular WordPress All-in-One SEO Pack plugin . This is reported on the website of the WPScan Vulnerability Database. Cross-site scripting (XSS) is a type of software vulnerability that allows a hacker to embed code into a web page and gain various levels of access to a site and / or its database. Vulnerability was identified by RipsTech on October 25th. Whether it was closed is currently unknown. The develop...