Your basket is currently empty!
My-Tuition WordPress Service
WordPress services for https://www.my-tuition.com
Configure Stripe Endpoint
Setup WooCommerce endpoint webhook on Stripe and validate the domain to enable Apple Pay and Google Pay express checkouts on https://albumen-gallery.com
Automatic WordPress Service Notifications
Developed an automatic warning system to alert site administrators via email as to when their websites are due a WordPress service with our WordPress Maintenance plugin.
Remove “Archives” from HTML Title
To remove the “Archives” text added by WooCommerce on product category pages to the <title> tag in the <head> of the <html> we’ve created this simple filter …
add_filter('pre_get_document_title', 'custom_pre_get_document_title', 16); function custom_pre_get_document_title($title) { if (is_tax('product_cat')) { $title = str_replace(' Archives - ', ' - ', $title); } return $title; }
Install Security Plugins on Alumni Society Website
Install hCaptcha and Deny All Firewall plugins on Hertfordshire alumni society website.
Identify Source of Brute Force Attacks
Investigate how hackers are managing to attempt brute force attacks on a WordPress login despite
/wp-login.php
being locked down; the answer was via/xmlrpc.php
which can be blocked by using Deny All Firewall plugin.Integrate Homewise Widget
Integrating Homewise calculator widget to https://rushwittwilson.co.uk
Reporting PHP Error Warning
Reporting a PHP error warning and suggesting a fix in Merge + Minify + Refresh plugin.
Integrate hCaptcha on Sign In
Setting up hCaptcha on Sign In and Subscribe forms on https://ryesussex.uk