Compatibility with array sizes (and Codepress Admin Columns plugin)
-
You might get this notice:
Notice: Array to string conversion in image-override/image-override.php on line 86in CodePress admin columns. To fix, add this line:
if (is_array($size)) return;to the top of the image_override function
public function image_override( $output, $id, $size ) {
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Compatibility with array sizes (and Codepress Admin Columns plugin)’ is closed to new replies.