• Resolved coyotewp

    (@coyotewp)


    Hello, I can not access the page of irrelevant words, it is loading and never opens, I use the PRO version.

    Any suggestion? Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Mikko Saari

    (@msaari)

    Premium support is here.

    This, however, is not a Premium support question, so I am allowed to answer this here.

    The list of most common words at the end of the stopwords page can be very slow to load. That’s why it can be disabled. Just add this to your theme functions.php:

    add_filter( 'relevanssi_display_common_words', '__return_false' );

    That should make the tab open without problems.

    • This reply was modified 5 years, 3 months ago by Mikko Saari.
    Thread Starter coyotewp

    (@coyotewp)

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘irrelevant words page does not open’ is closed to new replies.