I’ve added SKU to Woocommerce permalinks, but I have small issue
For this I suggest you to use the modified code in the given steps: Step 1: You need to replace your code given in step 1 with this code. function jpb_custom_meta_permalink( $link, $post ) { $post_meta = get_post_meta( $post->ID, ‘<insert your meta key here>’, true ); if ( empty( $post_meta ) || !is_string( $post_meta ) … Read more