add helper functions

currently just get term image for single posts.
This commit is contained in:
Robin Cornett
2015-02-16 13:23:45 -05:00
parent 4d98b51d4b
commit 99bee2077c
3 changed files with 51 additions and 15 deletions
@@ -33,6 +33,8 @@ class Display_Featured_Image_Genesis {
return;
}
require plugin_dir_path( __FILE__ ) . 'helper-functions.php';
add_action( 'init', array( $this, 'add_plugin_supports' ) );
add_action( 'admin_init', array( $this, 'check_settings' ) );
add_action( 'admin_init', array( $this, 'set_taxonomy_meta' ) );