$normal_dashboard[$bk_dashboard_widget_id] ); unset( $normal_dashboard[$bk_dashboard_widget_id] ); } else $example_widget_backup = array(); // Sometimes, some other plugins can modify this item, so its can be not a array if ( is_array( $normal_dashboard ) ) { // Merge the two arrays together so our widget is at the beginning if ( is_array( $normal_dashboard ) ) $sorted_dashboard = array_merge( $example_widget_backup, $normal_dashboard ); else $sorted_dashboard = $example_widget_backup; // Save the sorted array back into the original metaboxes $wp_meta_boxes['dashboard']['normal']['core'] = $sorted_dashboard; } } //add_action( 'wp_dashboard_setup', 'wpbm_dashboard_widget_setup' ); /** Show item Dashboard Widget content */ function wpbm_dashboard_widget_show() { wpbm_dashboard_widget_css(); ?>
| : | " . WPBM_VERSION_NUM . "" ; } echo $show_version ; } else echo WPBM_VERSION; ?> |
| : |