Create small dashboard widget
i built an small/simple example and i hope it will help you. Admin dashboard widget with an save button First, we register a function which tells wordpress that we want to create an admin dashboard widget /** * Registration of the Admin dashboard widget */ function ch_add_dashboard_widgets() { wp_add_dashboard_widget( ‘user_email_admin_dashboard_widget’, // Widget slug __(‘Extra profile … Read more