Created
April 9, 2017 02:59
-
-
Save jaworowicz/e15744c1757993bc4cc0e0843af59b38 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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