WordPress / wordcamp.org

WordCamps are casual, locally-organized conferences covering everything related to WordPress.
https://wordcamp.org
130 stars 74 forks source link

Move away from generic `camptix_stats` option #1423

Open pkevan opened 1 day ago

pkevan commented 1 day ago

There are a few problem associated with a generic stats options - it's unclear how much it is used by site users (through the shortcode), but overall it would make sense to split the value between a few options, any of those which are used regularly, or updated regularly are probably best not autoloaded etc.

Ideally, the payment stats can be grouped together, and the form stats another, then perhaps the last modified can be another.

Whichever way, by splitting these stats we should be able to working with them easier.

Thoughts?

pkevan commented 1 day ago

related: https://github.com/WordPress/wordcamp.org/issues/1417