Viewing 1 replies (of 1 total)
  • Thread Starter thaphlash

    (@thaphlash)

    ok so after a bit of searching im thinking this will do it..

    // add comments to shortcode
    add_filter( 'post-content-shortcodes-defaults', 'custom_pcs_show_comments' );
    function custom_pcs_show_comments( $defaults=array() ) {
        $defaults['show_comments'] = true;
        return $defaults;
    }

    Thx for the great work

Viewing 1 replies (of 1 total)
  • The topic ‘Comments in the shortcode’ is closed to new replies.