Advertisement
Guest User

Untitled

a guest
Sep 15th, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. // JetPack js-css 削除
  2. function dequeue_devicepx() {
  3. wp_dequeue_script( 'devicepx' );
  4. }
  5. add_action( 'wp_enqueue_scripts', 'dequeue_devicepx', 20 );
  6.  
  7. add_filter( 'jetpack_implode_frontend_css', '__return_false' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement