jetpack_widget_name, __( Top Posts & Pages, jetpack

jetpack_widget_name, __( Top Posts & Pages, jetpack

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('jetpack_widget_name, __( Top Posts & Pages, jetpack') is found 1 times:

  • /modules/widgets/top-posts.php line 71
    	public function __construct() {
    		parent::__construct(
    			'top-posts',
    			/** This filter is documented in modules/widgets/facebook-likebox.php */
    			apply_filters( 'jetpack_widget_name', __( 'Top Posts & Pages', 'jetpack' ) ),
    			array(
    				'description'                 => __( 'Shows your most viewed posts and pages.', 'jetpack' ),
    				'customize_selective_refresh' => true,
    				'show_instance_in_rest'       => true,
    			)
    		);