inc/managers/NotificationManager.php
@@ -435,6 +435,10 @@ */ public function trackContentCreation(int $post_id, WP_POST $post, bool $update):void { // SAFETY: Skip attachments and other non-content post types if (in_array($post->post_type, jvbIgnoredPostTypes())) { return; } // Skip if not a published post if ($post->post_status !== 'publish') { return;