Technical Articles

WordPress File Upload Security – A Comprehensive Study

This article makes an overall detailed presentation of WordPress File Upload security measures and capabilities. WordPress is by far the most popular CMS platform. Millions of websites, personal and professional, are built on it. Due to its popularity it is an often target to hackers, so administrators need to be careful and take precautions for […]

WordPress File Upload Security – A Comprehensive Study Read More »

Filters and Actions of WordPress File Upload Plugin

WordPress File Upload plugin supports filters and actions in order to allow programmers to extend its capabilities and perform advanced operations. The following filters are supported: wfu_before_frontpage_scripts It is executed before any front-end scripts and styles are declared and can control which of them will be loaded. It can assist in resolving incompatibilities with other

Filters and Actions of WordPress File Upload Plugin Read More »

Email Notifications with WordPress File Upload Plugin

WordPress File Upload plugin is able to send email notifications when files are uploaded. The recipients, the message subject and body, as well as more advanced options, can be configured using special attributes of the shortcode. The easiest way of setting-up email notifications is by using the Visual Editor of the plugin. So, after we

Email Notifications with WordPress File Upload Plugin Read More »

How to Create Custom Filters and Actions for WordPress File Upload Plugin

WordPress File Upload plugin supports a number of filters and actions to better tailor it to your needs. The full list of filters and actions supported can be found in this article. Since version 3.6.0 administrators can define custom code to implement these filters right from the plugin’s area in Dashboard, without the need to

How to Create Custom Filters and Actions for WordPress File Upload Plugin Read More »

The New Responsive WordPress File Upload Plugin

Since version 3.4.0 WordPress File Upload plugin became responsive, through fitmode attribute. When fitmode is set to “fixed” (default), the plugin behaves as before, maintaining backward compatibility. When fitmode is set to “responsive”, drawing of elements is totally different and improved as follows: dimensioning of the plugin’s elements using the percent (%) symbol is accurate

The New Responsive WordPress File Upload Plugin Read More »