Delete Drupal 6 Nodes by Type

Last modified: 
Sunday, March 29th, 2015
Topics: 
Drupal6

Overview

This function will bulk delete Drupal 6 nodes by type.

nid);
      $count++;
    }
  
  }
  
  return $count;
}

?>

Usage

The following example will delete 100 webform nodes.



The operator of this site makes no claims, promises, or guarantees of the accuracy, completeness, originality, uniqueness, or even general adequacy of the contents herein and expressly disclaims liability for errors and omissions in the contents of this website.