Jake Vanderwerf
2025-11-10 e9967fa22781d922ba4eb8fb44fe72d200ac4b14
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;