Image Upload Size Restrictions (reference)
/* * Plugin Name: Image Upload Restrictions * Description: Prevents the upload of images too big, narrow, wide, tall, or short * Version: 1.2 * Author: Titus and Jeff * Author URI: https://titus-design.com */ //if (!defined(‘ABSPATH’)) die(‘Restricted Area’); add_filter(‘wp_handle_upload_prefilter’,’tps_validate_image_size’); function…Continue reading