Skip to content

Instantly share code, notes, and snippets.

@davisshaver
Last active August 29, 2015 14:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davisshaver/3f1163c9b534e465ec8e to your computer and use it in GitHub Desktop.
Save davisshaver/3f1163c9b534e465ec8e to your computer and use it in GitHub Desktop.
Speed Bumps – Example code to accompany http://fus.in/1MidK1N
<?php
if ( current_user_can( 'manage_options' ) ) {
add_filter( 'speed_bumps_rickroll_constraints', '__return_false' );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment