Shortcodes for Font Awesome 1.1.0

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: wordpress.org/plugins/shortcodes-for-font-awesome/ code.webbplatsen.net/wordpress/wordpress-shortcodes-for-font-awesome/ The GitHub repo is here: github.com/joho1968/SCFA

Apache goodies for WordPress security

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 </Files> <Files xmlrpc.php> Require all denied </Files> <LocationMatch “/wp-content/uploads/.*(?i)\.php$”> Require all denied </LocationMatch>