Open kraftbj opened 1 year ago
Jetpack
Allow site owners to be able to convert "45.8K subscribers" to "45,800 subscribers" or the actual raw count (45,806).
Related https://github.com/Automattic/jetpack/issues/31136
I suggest adding a filter in the join_text function: https://github.com/Automattic/jetpack/blob/58474d832dbfd47cb345623b53cadd588b4e6775/projects/plugins/jetpack/modules/memberships/class-jetpack-memberships.php#L762
The filter could accept a few values that allow for the current, default "short form", a longer rounded format, and the raw count.
7257522-zen
Support References
This comment is automatically generated. Please do not edit it.
Impacted plugin
Jetpack
What
Allow site owners to be able to convert "45.8K subscribers" to "45,800 subscribers" or the actual raw count (45,806).
How
Related https://github.com/Automattic/jetpack/issues/31136
I suggest adding a filter in the join_text function: https://github.com/Automattic/jetpack/blob/58474d832dbfd47cb345623b53cadd588b4e6775/projects/plugins/jetpack/modules/memberships/class-jetpack-memberships.php#L762
The filter could accept a few values that allow for the current, default "short form", a longer rounded format, and the raw count.
7257522-zen