Changes between Initial Version and Version 1 of Ticket #37923, comment 28
- Timestamp:
- 03/29/2017 04:15:38 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #37923, comment 28
initial v1 4 4 5 5 * Do we want `_blog_meta()` functions instead, to match the `_blogmeta` table? 6 * Do we want to easily enable transients to exist in `_blogmeta` vs (or in addition to) `_options`? 6 * Do we want to easily enable transients to exist in `_blogmeta` vs (or in addition to) `_options`? If yes, does this finally more easily enable multisite cron handling without resorting to building an entire external job queue? 7 7 * My plugin uses `_blog_` for function names instead of `_site_` and I'd like to update it to whatever direction we think is best for WordPress core going forward, before adoption rises and backwards compatibility becomes a concern. 8 8 * Should we add a `wp_` prefix to any new transient functions, to allow both site & network transients? Then we could deprecate the old `_site_transient()` functions with new `wp_*_network_transient()` ones?