Is there any way in WordPress to prevent content editors from selecting the “Full size” option when inserting images to a post? I’ve already tried WordPress Prevent Users from posting full size image uploads but one this doesn’t seem to be working (last active in 2010).
3 comments
Comments are closed.
Incase you don’t want hardcoded sizes, try this in your
functions.php
:References:
image_size_input_field()
You should be able to filter out that option:
This gist goes into a little more detail.
Here is my solution.