Thread Starter
Brayyy
(@brayyy)
Sure, not a problem. While working on my own plugin, I have PHP outputting every Error, Notice and Warning.
Additionally, I think the wr2x_vt_resize should be wrapped with a function exists. I wrote scripts that generate multiple posts at once, which would previously fail, since it was already defined.
if (!function_exists('wr2x_vt_resize')){
function wr2x_vt_resize( $file_path, $width, $height, $newfile ) {
...code...
}
}
Thanks! Your plugin has been very helpful.