Automatic redirects to category archives
…wp_list_pluck( $redirects, ‘url’ ); foreach ( $product_cats as $cat ) { $url = get_category_link( $cat->term_id ); if ( ! in_array( $url, $existing_redirects, true ) ) { $redirects[] = array( ‘url’ => $url, ‘query’ => $cat->name, ‘partial’ => false, ‘hits’ => 0, ); } } update_option( ‘relevanssi_redirects’, $redirects ); } );…
Read more Automatic redirects to category archives 0 Comment on Automatic redirects to category archives