Switch language

wpseek.com
A WordPress-centric search engine for devs and theme authors




wp_dashboard_rss_output [ WordPress Function ]

wp_dashboard_rss_output ( $widget_id )
Parameters:
  • (string) $widget_id
Defined at:



{@internal Missing Short Description}}

Source


<?php
function wp_dashboard_rss_output$widget_id ) {
    
$widgets get_option'dashboard_widget_options' );
    echo 
'<div class="rss-widget">';
    
wp_widget_rss_output$widgets[$widget_id] );
    echo 
"</div>";
}
?>

Examples [ wp-snippets.com ]

Top Google zoekresultaten

Meer ...

Gebruikersdiscussies [ wordpress.org ]

0 User Note(s)

Nog geen één. Wees de eerste!

Nieuw toevoegen ...



HTML5 Powered with CSS3 / Styling, Performance & Integration, and Semantics