jetpack_widget_name, esc_html__( Instagram, jetpack

jetpack_widget_name, esc_html__( Instagram, jetpack

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('jetpack_widget_name, esc_html__( Instagram, jetpack') is found 1 times:

  • /modules/widgets/class-jetpack-instagram-widget.php line 47
    	public function __construct() {
    		parent::__construct(
    			self::ID_BASE,
    			/** This filter is documented in modules/widgets/facebook-likebox.php */
    			apply_filters( 'jetpack_widget_name', esc_html__( 'Instagram', 'jetpack' ) ),
    			array(
    				'description'           => __( 'Display your latest Instagram photos.', 'jetpack' ),
    				'show_instance_in_rest' => true,
    			)
    		);