This file contains 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 | |
/* | |
Plugin Name: Pod Template | |
PluginURI: https://gist.github.com/Shelob9/7540721 | |
Author: Josh Pollock | |
AuthorURI: http://JoshPress.net | |
Modified by: Derek Caelin | |
*/ | |
function slug_pods_content_filter($content) { | |
if ( get_post_type() == 'tool' ) { |