- This plugin allows you to set the email address and name used on email sent by WordPress by setting the From: header.
It is an updated and fully re-worked version of the
WP Mail From plugin by Tristan Aston and now works with the latest versions of WordPress.
- This plugin allows you to configure the Wordpress logo on login and register page by setting the Wordpress Logo: header.
- This plugin allows you to configure the Wordpress icon on Dashbord by setting the Wordpress icon: header.
- This plugin allows you to remove version no of WordPress by setting the Remove Wordpress setup Information: header.
- This Plugin allows you to hide Admin Bar from wordpress frontend.
-
This plugin allows you to change width of WordPress custom logo on login panel.
-
Adds a "Admin Personalize" section in the "Settings" menu.
- The plugin uses the filter hooks
admin_personalize_from
and admin_personalize_from_name
.
- The priority for the hooks is set to 1 to allow for other plugins that may hook these with the default priority of 10 to override this plugin.
Either install via the WordPress admin plugin installer or...
- Unzip
admin-personalize.zip
in the /wp-content/plugins/
directory, making sure the folder is called admin-personalize
.
- Activate the plugin through the 'Plugins' menu in WordPress.
- Visit the admin settings page
Settings > Admin Personalize
and save your preferred name and email address.
Upgrading from the old WP Mail From plugin
This version is pretty much a complete re-write, fixes loads of bugs and works with the most recent versions of WordPress.
If upgrading from the
WP Mail From plugin your current name an email settings should be copied across but please check.
To upgrade simply activate this plugin then deactivate the old WP Mail From plugin.
You should now use:
get_option( 'admin_personalize_name' ); get_option( 'admin_personalize_email' );