Skip to content

Instantly share code, notes, and snippets.

@jawngee
Created December 18, 2018 02:17
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 jawngee/71bfd98228f9e3ee99db00c23dd5a601 to your computer and use it in GitHub Desktop.
Save jawngee/71bfd98228f9e3ee99db00c23dd5a601 to your computer and use it in GitHub Desktop.
Disable things
<?php
add_filter('ilab_s3_can_calculate_srcset', function($true) {
return false;
});
add_filter('ilab_media_cloud_filter_content', function($true) {
return false;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment