Skip to content

Instantly share code, notes, and snippets.

@paulgibbs
Created June 3, 2018 10:27
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 paulgibbs/b2ba64fa3e408500263422018b51cb41 to your computer and use it in GitHub Desktop.
Save paulgibbs/b2ba64fa3e408500263422018b51cb41 to your computer and use it in GitHub Desktop.
add_filter( 'pre_option__bp_ignore_deprecated_code', function( $value ) {
return false;
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment