The rpress_receipt_subtotal_amount filter is applied to use to show the subtotal amount on the receipt. It receives one parameter.
apply_filters( ‘rpress_receipt_subtotal_amount’, esc_html_e( ‘Subtotal’, ‘restropress’ ) );
The rpress_receipt_subtotal_amount filter is applied to use to show the subtotal amount on the receipt. It receives one parameter.
apply_filters( ‘rpress_receipt_subtotal_amount’, esc_html_e( ‘Subtotal’, ‘restropress’ ) );