=== Remove @User Autocomplete from Block Editor === Contributors: audrasjb Tags: editor, remove, autocomplete, user Requires at least: 5.8 Tested up to: 6.9 Requires PHP: 5.6 Stable tag: 0.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Donate link: https://paypal.me/audrasjb Removes the @user autocomplete feature from the block editor. By default on Gutenberg, when you type `@`, the block editor performs a search through the users of your WordPress install to suggest you to "@-mention" them (see animated screenshot below for a demo of the default feature). It can be annoying when you are writing email addresses in the editor. This plugin removes the feature from the editor. == Installation == 1. Install the plugin and activate it in your WordPress Admin. 2. That's all! No settings needed. == Screenshots == 1. This plugin removes the default Gutenberg user autocomplete feature. == Changelog == = 0.1 = * Plugin initial release. Works fine :)