jetpack_widget_name, __( Blog Subscriptions, jetpack

jetpack_widget_name, __( Blog Subscriptions, jetpack

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('jetpack_widget_name, __( Blog Subscriptions, jetpack') is found 1 times:

  • /modules/subscriptions/views.php line 65
    		);
    
    		$name = self::is_jetpack() ?
    			/** This filter is documented in modules/widgets/facebook-likebox.php */
    			apply_filters( 'jetpack_widget_name', __( 'Blog Subscriptions', 'jetpack' ) ) :
    			__( 'Follow Blog', 'jetpack' );
    
    		parent::__construct(
    			'blog_subscription',
    			$name,
    			$widget_ops