Skip to content

Instantly share code, notes, and snippets.

@jaworowicz
Created April 9, 2017 02:59
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 jaworowicz/e15744c1757993bc4cc0e0843af59b38 to your computer and use it in GitHub Desktop.
Save jaworowicz/e15744c1757993bc4cc0e0843af59b38 to your computer and use it in GitHub Desktop.
function usun_devicepx() {
wp_dequeue_script( 'devicepx' );
}
add_action( 'wp_enqueue_scripts', 'usun_devicepx' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment