wpcom_instagram_widget_target, _self

wpcom_instagram_widget_target, _self

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('wpcom_instagram_widget_target, _self') is found 1 times:

  • /modules/widgets/class-jetpack-instagram-widget.php line 338
    				 * @since 8.8.0
    				 *
    				 * @param string $target Target attribute.
    				 */
    				$image_target = apply_filters( 'wpcom_instagram_widget_target', '_self' );
    				echo '<a href="' . esc_url( $image&#91;'link'&#93; ) . '" target="' . esc_attr( $image_target ) . '"><div class="sq-bg-image" style="background-image: url(' . esc_url( set_url_scheme( $image&#91;'url'&#93; ) ) . ')"><span class="screen-reader-text">' . esc_attr( $image['title'] ) . '</span></div></a>' . "\n";
    			}
    			echo "</div>\n";
    		}
    
    		echo $args['after_widget']; //phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped