wp_dashboard_rss_output

Advertisement

Summery Summery

Display generic dashboard RSS widget feed.

Syntax Syntax

wp_dashboard_rss_output( string $widget_id )

Parameters Parameters

$widget_id

(Required)

Source Source

File: wp-admin/includes/dashboard.php

			// Use the post edit link for those who can edit, the permalink otherwise.
			$recent_post_link = current_user_can( 'edit_post', get_the_ID() ) ? get_edit_post_link() : get_permalink();

			$draft_or_post_title = _draft_or_post_title();
			printf(

Advertisement

Changelog Changelog

Changelog
Version Description
2.5.0 Introduced.

Advertisement

Leave a Reply