forked from LiveCarta/LiveCartaWP
Renamed source directory, changed dockerfile for running docker image according to the official documentation
This commit is contained in:
@@ -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');
|
||||
Reference in New Issue
Block a user