jetpack_widget_name, __( Display WordPress Posts, jetpack

jetpack_widget_name, __( Display WordPress Posts, jetpack

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('jetpack_widget_name, __( Display WordPress Posts, jetpack') is found 1 times:

  • /modules/widgets/wordpress-post-widget/class.jetpack-display-posts-widget-base.php line 46
    		parent::__construct(
    		// Internal id.
    			'jetpack_display_posts_widget',
    			/** This filter is documented in modules/widgets/facebook-likebox.php */
    			apply_filters( 'jetpack_widget_name', __( 'Display WordPress Posts', 'jetpack' ) ),
    			array(
    				'description'                 => __( 'Displays a list of recent posts from another WordPress.com or Jetpack-enabled blog.', 'jetpack' ),
    				'customize_selective_refresh' => true,
    			)
    		);