Rank Math primary category
-
Thank you for your great plugin!
If somebody needs to override the product category with the Rank Math primary category just add this function in their child theme:
//Hack para Permalink Manager for WooCommerce function apg_categoria_principal_rank_math( $term, $terms, $product ) { return get_post_meta( $product->ID, 'rank_math_primary_product_cat', true ); } add_filter( 'wc_product_post_type_link_product_cat', 'apg_categoria_principal_rank_math', 10, 3 );
Best regards.
- The topic ‘Rank Math primary category’ is closed to new replies.