wordpress-plugin
wordpress-plugin copied to clipboard
Prefix meta key with underscore to keep private
The meta key tiny_compress_images would be better prefixed with an underscore (_tiny_compress_images) so that it doesn't appear in the Custom Fields select/dropdown UI.
Ah! That is a nice suggestion, thanks!