WP Engineering
/
Tutorials -
1 year ago
If a new user registers at a WordPress site the new user and the administrator receive notification mails:
User:
From: myBlog (info@myBlog.com)
Subject: [myBlog] Your username and password info
Username: new_user
To set your password, visit the follo...
WP Engineering
/
Tutorials -
2 years ago
Including version 4.6 it was quite difficult to add custom bulk actions to the WordPress admin pages. In version 4.7 a hook is added that simplifies the task a lot:
add_action('bulk_actions-{screen_id}', 'my_bulk_action');
Defini...
WP Engineering
/
Tutorials -
5 years ago
WordPress makes upgrading very easy . You simply click "Update now", wait for a minute or two and your system is up to date. If, well if everything works fine.
The most common problem during an upgrade is the Internet connection to drop unexpectedly...