mirror of
https://github.com/10h30/display-featured-image-genesis.git
synced 2026-07-19 14:33:32 +09:00
Fix large image size filter
Pull from based image size filter rather than override it.
This commit is contained in:
@@ -362,7 +362,7 @@ class Display_Featured_Image_Genesis_Common {
|
||||
* @return mixed|string|void
|
||||
* @since 2.5.0
|
||||
*/
|
||||
protected static function image_size() {
|
||||
public static function image_size() {
|
||||
$image_size = 'displayfeaturedimage_backstretch';
|
||||
/**
|
||||
* Creates display_featured_image_genesis_use_large_image filter to check
|
||||
|
||||
Reference in New Issue
Block a user