Skip to content

Instantly share code, notes, and snippets.

@tomjn
Created April 28, 2015 14:49
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 tomjn/a7ae2f941c67bff60211 to your computer and use it in GitHub Desktop.
Save tomjn/a7ae2f941c67bff60211 to your computer and use it in GitHub Desktop.
Hodor! Hodor hodor hodor, hodor? Hodor!
<?php
/**
* Plugin Name: Hodor Translation Pack
* Description: Hodor hodor hodor. Hodor hodor?
* Version: 1.0
* Author: Tom J Nowell
* Author URI: http://tomjn.com/
* License: GPLv2+
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
*/
add_filter( 'gettext', 'tomjn_hodor', 20, 1 );
function tomjn_hodor( $hodor ) {
return 'Hodor';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment