Block brute force attacks on wp-login.php by implementing PHP-based login attempt rate limiting, adding CAPTCHA via the WordPress hooks, and hardening with .htaccess rules.
Use the native loading="lazy" attribute, WordPress filter hooks, and a lightweight Intersection Observer fallback to lazy load all images and iframes on a WordPress site.
Build a minimal WordPress plugin with a Settings API options page, storing and retrieving plugin options securely with nonce verification and input sanitisation.
Replace jQuery AJAX with the native Fetch API to read and write WordPress data through the REST API, including authentication with nonces for protected endpoints.