jetpack_widget_name, __( Gravatar Profile, jetpack

jetpack_widget_name, __( Gravatar Profile, jetpack

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('jetpack_widget_name, __( Gravatar Profile, jetpack') is found 1 times:

  • /modules/widgets/gravatar-profile.php line 29
    	public function __construct() {
    		parent::__construct(
    			'grofile',
    			/** This filter is documented in modules/widgets/facebook-likebox.php */
    			apply_filters( 'jetpack_widget_name', __( 'Gravatar Profile', 'jetpack' ) ),
    			array(
    				'classname'                   => 'widget-grofile grofile',
    				'description'                 => __( 'Display a mini version of your Gravatar Profile', 'jetpack' ),
    				'customize_selective_refresh' => true,
    			)
    		);