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 …
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 …
Cloudbridge Mattermost is a WordPress plugin that provides integration between WordPress and Mattermost. It has now been updated with OAuth2 authentication for WordPress via Mattermost. It has been tested with …
The WordPress plugin Shortcode for Font Awesome (SCFA) 1.1.0 has been released: Tested with WordPress 5.6 Tested with PHP 7.4 Updated to Font Awesome 5.15.1 You can get it from: …
Cloudbridge Mattermost is a WordPress plugin that provides integration between WordPress and Mattermost. In the initial release, we focus on login notifications (successful, failed, unknown) from the various WordPress user …
While writing a WordPress plugin that displays the available user roles, I came across a snag: the user roles that I had fetched from WordPress weren’t translated into the site’s …
Sometimes it’s a lot faster to simply get a list of all of your current WordPress settings by using the direct options URL: https://yoursite.tld/wp-admin/options.php WordPress will gently nudge you to …
Using the APIs over at trafiklab.se can yield some quite useful results. I needed to be able to display the commute stop departure times for public transport in a given …
While trying to configure some internal URL re-writing in nginx for a WordPress site, I ran across an annoying issue: Regardless of my re-writing efforts, WordPress would issue a re-direct …
The list of things to do to harden a WordPress site with Apache is long, but some things that could be done include: FileETag None <Files wp-config.php> Require all denied …
This is, perhaps, obvious to most PHP developers. But it came somewhat as a surprise to me. Using is_numeric () for validating a WordPress version string, such as ‘4.7’, does …