forked from LiveCarta/LiveCartaWP
9 lines
243 B
PHP
9 lines
243 B
PHP
<?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'); |