Shortcodes for Font Awesome updated to 1.2.0

The Shortcodes for Font Awesome (SCFA) plugin has been updated to version 1.2.0 with fixes and verified compatibility with WordPress 5.7. The updated version is available via the WordPress Plugin …

Read more

WordPress Update Services 2021

Here’s, hopefully, a resonably up to date list of URLs to use for WordPress Update Services in 2021, with duplicates removed 🙂 I don’t think there’s a “best practice” for …

Read more

Fail2WP for WordPress updated to 1.1.0

Fail2WP for WordPress 1.1.0 has been released with fixes, new functionality, and verified compatibility with WordPress 5.7. The updated version is available via the WordPress Plugin repository and code.webbplatsen.net Fail2WP …

Read more

Fail2WP for WordPress

Fail2WP for WordPress 1.0.0 has been released and is available via the WordPress Plugin repository and code.webbplatsen.net Fail2WP provides security functionality for WordPress sites and plays nicely with Fail2ban and …

Read more

var_dump() for Javascript

PHP, for example, has var_dump() and print_r() to facilitate quick variable dumps to log files, etc. For Javascript, one can use console.log() in combination with JSON.stringify() to achieve something similar. …

Read more