jetpack_widget_name, __( RSS Links, jetpack

jetpack_widget_name, __( RSS Links, jetpack

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('jetpack_widget_name, __( RSS Links, jetpack') is found 1 times:

  • /modules/widgets/rsslinks-widget.php line 38
    		);
    		parent::__construct(
    			'rss_links',
    			/** This filter is documented in modules/widgets/facebook-likebox.php */
    			apply_filters( 'jetpack_widget_name', __( 'RSS Links', 'jetpack' ) ),
    			$widget_ops
    		);
    	}
    
    	/**
    	 * Display the widget.