APRIL 20TH, 2015
By MOHAMMAD SAJJAD HOSSAIN
WordPress allows user to upload various types of files using the media upload functionality. There is no visible way for restricting users from uploading files of one or more file types. However you can do this using filters. So, I decided to create a plugin which will provide user interface for selecting which files the users will be able to upload. WP Upload Restriction is the plugin which allows administrators to choose the files types and restricts users from uploading files other than the selected types. It’s a very simple, easy-to-use, yet powerful plugin.
Currently the file type restriction is applied to all users except administrators. In next release(s) role wise restrictions will be added.
To grab a copy of this plugin visit this link https://wordpress.org/plugins/wp-upload-restriction/.
MAY 2ND, 2013
By MOHAMMAD SAJJAD HOSSAIN
My WordPress plugin WP Reroute Email has been approved and I have released the first version of it.
This plugin intercepts all outgoing emails from a WordPress site, sent using the wp_mail() function, and reroutes them to a predefined configurable email address. This is useful in case where you do not want email sent from a WordPress site to reach the users. For an example, to resolve an issue you downloaded production database to your development site and you want no email is sent to production users when testing. You may enable this plugin in development server and reroute emails to your given email address.
JUNE 28TH, 2008
By MOHAMMAD SAJJAD HOSSAIN
For some days I was thinking to update my site to latest version of WordPress. But I was not sure how much time will take to complete the task and what complexity I will have to face.
Today is my holiday and I am a little bit free today. So, I decided to upgrade my WordPress setup. Taking a deep breath I started reading the “Upgrading WordPress – Three Step Upgrade“ guide. Followed the instruction carefully and within half an hour I was able to upgrade it successfully. I found this process very easy and less time consuming.
Thanks WordPress!