Skip to content

Instantly share code, notes, and snippets.

@imath
Created September 2, 2016 14:18
Show Gist options
  • Save imath/bc8566e8e2c2873f537d7fd1ed83523a to your computer and use it in GitHub Desktop.
Save imath/bc8566e8e2c2873f537d7fd1ed83523a to your computer and use it in GitHub Desktop.
put this in any random file into /wp-content/mu-plugins/ to get your custom language files back in BuddyPress
<?php
// Exit if accessed directly
defined( 'ABSPATH' ) || exit;
remove_action( 'bp_core_loaded', 'bp_core_load_buddypress_textdomain' );
add_action( 'bp_loaded', 'bp_core_load_buddypress_textdomain', 0 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment