mirror of
https://github.com/10h30/display-featured-image-genesis.git
synced 2026-06-05 15:08:20 +09:00
update docs, tentative 2.1.0
This commit is contained in:
@@ -13,7 +13,7 @@ class Display_Featured_Image_Genesis_Common {
|
||||
* @var string
|
||||
* @since 1.4.3
|
||||
*/
|
||||
public static $version = '2.0.1';
|
||||
public static $version = '2.1.0';
|
||||
|
||||
protected static $post_types;
|
||||
|
||||
|
||||
@@ -12,6 +12,8 @@
|
||||
/**
|
||||
* gets the term image ID
|
||||
* @return image_id reusable function to get a post's term image, if it exists
|
||||
*
|
||||
* @since 2.1.0
|
||||
*/
|
||||
function display_featured_image_genesis_get_term_image() {
|
||||
$taxonomies = get_taxonomies();
|
||||
|
||||
Reference in New Issue
Block a user