Add this to a plugin or maybe your functions.php file to remove the nag at the top of most admin pages. add_action( ‘plugins_loaded’, function(){ remove_action( ‘init’, array( ‘ClefWindDown’, ‘init’ ), 1 ); } );
Month: May 2017
Uncategorized
Read more
If we piss off enough countries we might be able to get back to ASCII
I just lost an hour and a half and my sanity to a BOM.
Drupal
Read more
Installing drush via composer on Drupal 8.3 throws errors
We recently had a problem installing drush on a new site. After we ran the following (we have a local composer) ./composer.phar require drush/drush:^8 We received this giant error message: ./composer.json has been updated Loading composer repositories with package information Updating dependencies (including require-dev) Your requirements could not be resolved…