Search Results

5
votes

How do I create a node from a cron job in drupal?

The best practices method of making this happen is to utilize drupal_execute. drupal_execute will run standard validation and basic node operations so that things behave the way the system expects …