Home › Forums › Pro Support › Remove separator in post meta › Reply To: Remove separator in post meta
April 11, 2019 at 4:37 pm
#8674
Keymaster
Hi there,
Try this function:
add_filter( 'wpsp_term_separator', function() {
return '';
} );
Adding PHP: https://docs.wpshowposts.com/article/adding-php/
Let me know 🙂