mirror of
https://github.com/10h30/display-featured-image-genesis.git
synced 2026-07-20 15:03:29 +09:00
add helper functions
currently just get term image for single posts.
This commit is contained in:
@@ -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' ) );
|
||||
|
||||
Reference in New Issue
Block a user