diff --git a/homepage/sections/single_feature.php b/homepage/sections/single_feature.php index 83c3fff..0cfb4ad 100644 --- a/homepage/sections/single_feature.php +++ b/homepage/sections/single_feature.php @@ -141,6 +141,10 @@ public function single_feature_content() { } } + if ( has_filter( 'conversions_single_feature_media' ) ) { + $single_feature_media = apply_filters( 'conversions_single_feature_media', $single_feature_media ); + } + if ( ! empty( $single_feature_media ) ) { echo $single_feature_media; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped } diff --git a/readme.txt b/readme.txt index c67ef4b..59c9403 100644 --- a/readme.txt +++ b/readme.txt @@ -93,6 +93,7 @@ Many of the homepage sections can also be output outside the homepage using shor * Update: NPM Dependencies. * New: Action hook conversions_before_icon_features_section. * New: Action hook conversions_after_icon_features_section. +* New: Filter conversions_single_feature_media. = 1.8.2 = * New: Action hook conversions_hero_full_after_content.