Block any spam links in comments in WordPress

Stop spam on your Wordpress comments seciton

Block SPAM in WordPress

How to make your WordPress site more secure is probably your most important goal. Hundreds of spam bots crawling your site can make your head hurt not just once. So why just not block any of those scammers and avoid spending your time on marking as a spam posts? Well here is the quickest way to achieve it without any plugins!

Read moreBlock any spam links in comments in WordPress

Shorten your functions! – Arrow Functions in PHP7.4

shorthand functions in php

Shorthand Functions in PHP

Tired of writing anonymous functions syntax every time when you just need to pass a callback or closure? Not only the standard long syntax is confusing but it’s also hard to read and understand. Well it’s your lucky day, the short syntax is on the way to be in release code of PHP 7.4!

Read moreShorten your functions! – Arrow Functions in PHP7.4

PHP 5 is no longer supported version!

php5 end of life
PHP 5 end of life

By the beginning of 2019, PHP will only support version of PHP 7.1 and onwards. This is probably a safe bet to moveover to that version as soon as possible as the deadline just hit on 3rd of December 2019! If you swap too late you may cause your system being vulnerable to potential bugs and insecurities.

Read morePHP 5 is no longer supported version!