Replaced plugin with local copy, removed unused plugins, updated dependencies

This commit is contained in:
2026-03-05 15:38:17 +01:00
parent 4dec48155d
commit dc85447ee1
9 changed files with 109 additions and 484 deletions

View File

@@ -0,0 +1,9 @@
<?php
/*
Plugin Name: Disable "BIG image" Threshold
Description: Disable the big image threshold in WordPress.
Author: LawCarta Team
Text Domain: disable-image-threshold
Version: 1.0
*/
add_filter('big_image_size_threshold', '__return_false');