Changes between Version 1 and Version 2 of Ticket #25584, comment 5
- Timestamp:
- 11/21/2013 07:14:13 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25584, comment 5
v1 v2 1 1 Worth noting that the parent function is named `wpmu_delete_blog`, and this hook would be preceded by a `delete_blog` hook. So perhaps in the name of consistency we should go with `deleted_blog` vs `deleted_site`. 2 2 3 If at some time in the future the parent function gets renamed to say, `wp_delete_site`, I'd imagine the hook would remain in the name of posterity and back-compat. I think either situation (renaming orrenaming the function), I'd prefer the hooks match. That's just me.3 If at some time in the future the parent function gets renamed to say, `wp_delete_site`, I'd imagine the hooks would remain in the name of posterity and back-compat. I think either situation (renaming or not renaming the function), I'd prefer the hooks match. That's just me.