Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author xdark

    (@xdarkeu)

    Hey webdevelacc,
    Nice catch as an edge-case!

    In file [wp-install-dir]/wp-content/plugins/easy-related-posts-pro/admin/views/admin.php line 508 change
    $tags = get_tags($opts);
    to
    $tags = array();

    Cheers

    Thread Starter webdevelacc

    (@webdevelacc)

    Thank you. That removed the tags completely from my Exclude Tags options. I don’t use the Exclude Tags options so it works for me. ??

    Thread Starter webdevelacc

    (@webdevelacc)

    PS. I found the code to change on line 417.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Number Of Tags Slows Options Page’ is closed to new replies.