Viewing 1 replies (of 1 total)
  • Plugin Author mihdan

    (@mihdan)

    You will have to add just a line in a theme code where you output shortcode data.

    To add same preprocessing for data as for comment text, use

    $metadata = apply_filters( ‘comment_text’, $metadata );

    Use “the_content” instead of “comment_text” if you want to use the same masking policy as for post text.

    • This reply was modified 7 years, 9 months ago by mihdan.
    • This reply was modified 7 years, 9 months ago by mihdan.
Viewing 1 replies (of 1 total)

The topic ‘Change External Links in Shortcode’ is closed to new replies.