In #130 we replaced `esc_attr()` with `esc_url()`, which broke the print button link because it used JavaScript ([see code](https://github.com/jaredatch/Shared-Counts/blob/cf15d6fb9d1a4f8b19c74395ddbcb329e20f4d91/includes/class-shared-counts-front.php#L463)). We either need to revert this change or update the print button to not use the `href` parameter for triggering the print window.
In #130 we replaced
esc_attr()withesc_url(), which broke the print button link because it used JavaScript (see code).We either need to revert this change or update the print button to not use the
hrefparameter for triggering the print window.