Skip to content

Instantly share code, notes, and snippets.

@kureikei
Last active August 29, 2015 14:10
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 kureikei/b4fb5f0b586fe32bb5bd to your computer and use it in GitHub Desktop.
Save kureikei/b4fb5f0b586fe32bb5bd to your computer and use it in GitHub Desktop.
<?php
/*
Plugin Name: Pronama-chan shortcode
*/
add_shortcode('pronama-chan-icon', 'pronama_chan_icon_func');
function pronama_chan_icon_func($atts) {
return '<img src="http://pronama.azurewebsites.net/icogen/image/thumb01.png" />';
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment