Created
September 2, 2016 14:18
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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