Skip to content

Instantly share code, notes, and snippets.

@sae13
Created March 10, 2020 16:42
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 sae13/bb79f44c2649aa55465ce07bcb48180f to your computer and use it in GitHub Desktop.
Save sae13/bb79f44c2649aa55465ce07bcb48180f to your computer and use it in GitHub Desktop.
load wordpress plugin text domain on init
{
load_plugin_textdomain('gflimitbyday',
false,
basename(dirname(__FILE__)) . '/languages');
}
add_action('init','gflimitbyday_add_languages');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment