Open dbliang opened 2 years ago
I've asked this internally, but the way it works now is intended. It currently only disables the link count columns on post overview pages, but it does not disable the link count functionality itself, because that is needed for certain functionality. It needs documentation changes.
Being able to completely disable the calculation of internal links would be helpful in cases where it causes performance issues. See for example https://github.com/Yoast/wordpress-seo/issues/16713
Please give us a description of what happened.
The filter 'wpseo_should_index_links' no longer works.
It looks like this wasn't implemented in the rewrite, as it's no longer functioning and I don't see any usage of the wpseo_should_index_links filter in ./src/builders/indexable-link-builder.php (assuming this is the file it would have to be in).
Related:
https://github.com/Yoast/wordpress-seo/pull/12751 https://github.com/Yoast/wordpress-seo/issues/9474
Please describe what you expected to happen and why.
Instead of wp_yoast_seo_links repopulating, it should stay at 0.
How can we reproduce this behavior?
Used versions