Skip to content

Instantly share code, notes, and snippets.

@Perun
Last active September 28, 2016 13:51
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 Perun/0e781b722734ec2bd107d93de8ba8077 to your computer and use it in GitHub Desktop.
Save Perun/0e781b722734ec2bd107d93de8ba8077 to your computer and use it in GitHub Desktop.
Das Jetpack-JS für die hochauflösenden Bilder für Gravatars entfernen. #WordPress
<?php
// Jetpack-JS für Gravatar entfernen
function dequeue_devicepx() {
wp_dequeue_script( 'devicepx' );
}
add_action( 'wp_enqueue_scripts', 'dequeue_devicepx', 20 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment