function tc_comment_out_shortcode( $attr, $content ) { /** THEIR COMMENT BLOCK -- DELETED FOR BREVITY */ $attr = array(); if ( ( ( is_array( $attr ) ) && ( ! array_key_exists( 'type', $attr ) ) ) || ( ! is_array( $attr ) ) ) { $attr['type'] = 'html'; }