We're merging with GenerateBlocks! Learn more here.

[Resolved] Remove separator in post meta

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support Remove separator in post meta

Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #8658
    Daniel
    Participant

    Hi!

    Is there any way to remove the commas between labels in post meta?

    #8674
    Tom
    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 🙂

    #8676
    Daniel
    Participant

    Perfect,

    Thanks!

    #8687
    Tom
    Keymaster

    You’re welcome 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.