Viewing 1 replies (of 1 total)
  • You can add code to PHP tab.
    Example:
    function custom_add_shortcode( $atts, $content = “” ) {
    return “<my-sc> $content </my-sc>”;
    }
    add_shortcode( ‘my-sc’, ‘custom_add_shortcode’ );

Viewing 1 replies (of 1 total)
  • The topic ‘use content in between shortcode tags’ is closed to new replies.