This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Patrick Johanneson 🚀 🇨🇦
patrickjohanneson.com
did:plc:apfzpvtlfelytc5p735qbzpn
If you can't edit wp-config.php, you can turn it off using a simple plugin (I suggest a Must-Use plugin in wp-content/mu-plugins):
<?php
add_filter( 'wp_supports_ai', false );
Here's the docs for the filter: https://developer.wordpress.org/reference/hooks/wp_supports_ai/
2026-05-26T19:14:37.678Z