Add admin page to the top of the admin panel

Try this code: add_action(‘admin_bar_menu’, ‘wp_toolbar_custom_menu’, 100); function wp_toolbar_custom_menu($admin_bar){ $admin_bar->add_menu( array( ‘id’ => ‘menu-item’, ‘title’ => ‘Menu Item’, ‘href’ => ‘#’, ‘meta’ => array( ‘title’ => __(‘Menu Item’), ), )); }

How to move “Collapse Menu” to top of admin bar?

Rule of thumb is do not modify any core WordPress files. Those in the root, wp-includes, wp-admin. You could do this easily with JavaScript: /** * Move the ‘Collapse menu’ item to the top of the admin menu * * @return void */ function wpse348570_move_collapse_menu() { ?> <script> if( jQuery( ‘#collapse-menu’ ).length ) { jQuery( … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)