Skip to content

Instantly share code, notes, and snippets.

@danieljwonder
Created December 19, 2018 20:14
Show Gist options
  • Select an option

  • Save danieljwonder/4a2e305b159379fc24fe98c1cf3404fc to your computer and use it in GitHub Desktop.

Select an option

Save danieljwonder/4a2e305b159379fc24fe98c1cf3404fc to your computer and use it in GitHub Desktop.
Disable JetPack Callbacks to WP / Enable Dev Mode
<?php
// Disable JetPack Callbacks to WP
define( 'JETPACK_DEV_DEBUG', true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment