jetpack_widget_name, esc_html__( My Community, jetpack

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

  • /modules/widgets/my-community.php line 40
    	public function __construct() {
    		parent::__construct(
    			'jetpack_my_community', // Base ID.
    			/** This filter is documented in modules/widgets/facebook-likebox.php */
    			apply_filters( 'jetpack_widget_name', esc_html__( 'My Community', 'jetpack' ) ),
    			array(
    				'description'                 => esc_html__( "Display members of your site's community.", 'jetpack' ),
    				'customize_selective_refresh' => true,
    			)
    		);