updated plugin GP Premium version 2.3.2

This commit is contained in:
2023-10-22 22:21:01 +00:00
committed by Gitium
parent 052743ea8a
commit f512d25847
5 changed files with 13 additions and 11 deletions

View File

@ -243,9 +243,8 @@ function generate_blog_single_featured_image() {
}
}
if ( function_exists( 'wp_get_loading_attr_default' ) ) {
$attrs['loading'] = wp_get_loading_attr_default( 'the_post_thumbnail' );
}
$attrs['loading'] = false;
$attrs = apply_filters( 'generate_single_featured_image_attrs', $attrs );
$image_html = apply_filters(
'post_thumbnail_html', // phpcs:ignore -- Core filter.