How to disable autosuggestion tags in admin area?

Posted in: Newspaper
Post count: 14

I have about 50M tags for Posts. Its annoying to work with Post when add tags autocomplete can freeze browser. Is any native function to disable autosuggestion tags? I try this way but it disable tags functionality at all:

` add_action( ‘init’, ‘disable_auto_tag_suggestion’ );
function disable_auto_tag_suggestion() {
wp_deregister_script( ‘suggest’ );
}`

Also any simple solution for deactivate live search in all possible forms in Newspaper? Its ridiculous heavy load when you have lot of content and users. 🙁

  • This topic was modified 4 years by dedkola.
  • This topic was modified 4 years by dedkola.
Post count: 35449

Hi,

I made some research on Google and most of the codes used are like the one you have provide.
I also found a plugin https://pluginsaddonsextensions.com/disable-auto-tag-suggestion-wordpress-plugin/download but I do not know what to say, it is not on the WordPress plugin list-> https://wordpress.org/plugins/

The live search can be disabled from the cloud header, for this you need to use tagDiv Composer, edit the cloud header, select the search element and check this option -> https://i.imgur.com/p2WCSXf.png (unfortunately for standard header there is no option).
Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.