jetpack_widget_name, esc_html__( Blog Stats, jetpack

jetpack_widget_name, esc_html__( Blog Stats, 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__( Blog Stats, jetpack') is found 1 times:

  • /modules/widgets/blog-stats.php line 42
    		);
    		parent::__construct(
    			'blog-stats',
    			/** This filter is documented in modules/widgets/facebook-likebox.php */
    			apply_filters( 'jetpack_widget_name', esc_html__( 'Blog Stats', 'jetpack' ) ),
    			$widget_ops
    		);
    		$this->alt_option_name = 'widget_statscounter';
    		add_filter( 'widget_types_to_hide_from_legacy_widget_block', array( $this, 'hide_widget_in_block_editor' ) );
    	}