mirror of
https://github.com/10h30/display-featured-image-genesis.git
synced 2026-07-17 13:33:32 +09:00
Rename helper function for consistency
This commit is contained in:
@@ -106,7 +106,7 @@ class Display_Featured_Image_Genesis_Admin {
|
||||
return;
|
||||
}
|
||||
|
||||
$image_id = displayfeaturedimagegenesis_term_image( $term_id );
|
||||
$image_id = displayfeaturedimagegenesis_get_term_image( $term_id );
|
||||
if ( ! $image_id ) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user