Jake Vanderwerf
2025-11-25 2a2303d1dccc120dd7aa5f6b6ade0f89e0064850
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;