PHP Deprecated: category_link
-
Hello Yoast,
Can you please update plugin and change:
add_filter( ‘category_link’, array( $this, ‘no_category_base’ ) );
to
add_filter( ‘term_link’, array( $this, ‘no_category_base’ ) );Info: ‘category_link’ has been deprecated. Use ‘term_link’ instead.
File path is: /inc/class-rewrite.php
Thanks!
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘PHP Deprecated: category_link’ is closed to new replies.