Post Count for Multisite?

Conceptually, I’m looking for a combination of wp post list –format=count and wp site list –format=count but I don’t think that’s feasible. Nope, such a command does not exist, but adding it would be wasteful and counterproductive. Just because there isn’t a dedicated single tool that builds a house all at once doesn’t mean tools … Read more

Customize the new comment notifications sent to the post author after the comment is approved

Initially it seemed like a good idea to add comment_notification_text inside the pre_comment_on_post hook, but it didn’t go well. So I removed the pre_comment_on_post and just added to comment_notification_text a comment type check, which is related to the CPT for which the comments are. Now my code works fine for both comment categories (moderated and … Read more