Skip to content

Instantly share code, notes, and snippets.

@drzraf
Created July 22, 2025 17:11
Show Gist options
  • Select an option

  • Save drzraf/4ff75a755907195cb286e4128b582d25 to your computer and use it in GitHub Desktop.

Select an option

Save drzraf/4ff75a755907195cb286e4128b582d25 to your computer and use it in GitHub Desktop.
stop some WordPress plugins home-phoning all the time
sed -i '/public static function get_key_info/s/{$/{ return ["is_active"=>1];/' plugins/gravityforms/common.php
sed -i '/function acf_register_plugin_update/s/{$/{ return;/' plugins/advanced-custom-fields-pro/includes/Updater/init.php
// WPML, you're next
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment