Skip to content

Instantly share code, notes, and snippets.

View adamfranco's full-sized avatar

Adam Franco adamfranco

View GitHub Profile
@adamfranco
adamfranco / remove_user_pages.php
Last active August 29, 2015 14:05
remove_user_pages.php (Drupal 7)
<?php
/**
* This is a drush-script for removing the user-pages created by default by
* Monster Menus. It just needs to be run once from the command line to get
* rid of all of the existing pages and make the settings-change to avoid
* the creation of new pages.
*
* drush --user=1 php-script remove_user_pages.php
*
*/