add_filter( 'yikes_woo_custom_tab_content', function ( $content ) { return wpautop( wp_kses_post( $content ) ); }, 20 );