change the Dashboard menu items label wp

Found here: add_filter(‘gettext’, ‘rename_admin_menu_items’); add_filter(‘ngettext’, ‘rename_admin_menu_items’); function rename_admin_menu_items( $menu ) { $menu = str_ireplace( ‘Dashboard’, ‘Home’, $menu ); return $menu; } Change home to whatever you want it to be

can’t edit widgets after moving from subfolder to root

If anyone will ever have these issues, here are some solutions: deactivate WP UI plugin – but if you still want to use it, try to modify wp_register_script( ‘wpui-script-before’, site_url( ‘?wpui-script=before’ ), ___something___ ); to wp_register_script( ‘wpui-script-before’, home_url( ‘?wpui-script=before’ ), _____something_____ ); in: /wp-content/plugins/wp-ui/wp-ui.php /wp-content/plugins/wp-ui/admin/wpUI-options.php /wp-content/plugins/wp-ui/inc/widgets.php

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