Skip to content

Instantly share code, notes, and snippets.

@sergeliatko
Created July 20, 2018 10:45
Show Gist options
  • Save sergeliatko/3b0f3cd0dfb252f2394dffb0da8ede85 to your computer and use it in GitHub Desktop.
Save sergeliatko/3b0f3cd0dfb252f2394dffb0da8ede85 to your computer and use it in GitHub Desktop.
<?php
/**
* Load plugin text domain.
*/
add_action( 'plugins_loaded', function () {
load_plugin_textdomain( 'text-domain', false, basename( dirname( __FILE__ ) . '/languages' ) );
}, 10, 0 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment