Switch language

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




_wp_dashboard_control_callback [ WordPress Function ]

_wp_dashboard_control_callback ( $dashboard, $meta_box )
Defined at:



No description yet.

Source


<?php
function _wp_dashboard_control_callback$dashboard$meta_box ) {
    echo 
'<form action="" method="post" class="dashboard-widget-control-form">';
    
wp_dashboard_trigger_widget_control$meta_box['id'] );
    echo 
'<input type="hidden" name="widget_id" value="' esc_attr($meta_box['id']) . '" />';
    
submit_button__('Submit') );
    echo 
'</form>';
}
?>

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