mmjunior(@mmjunior) Thanks friend for this makeup really worked, I opened taxonomy.php which is in the wp-includes folder but unlike tuturial I found two lines with this code $termlink = apply_filters_deprecated( 'tag_link', array( $termlink, $term->term_id ), '2.5.0', 'term_link' );
and replace them with this $termlink = apply_filters( 'tag_link', $termlink, $term->term_id );
and everything went back to normal
Lines that cause errors 4256 and 4268
-
This reply was modified 4 years, 7 months ago by Alpha.