Fatal Error – Too Few Arguments
-
This plugin is causing an fatal error in the “wp_generate_attachment_metadata” filter. File “…core/mime-types.php” line 251. Some older plugins apply this filter without the $context argument, 3rd parameter. Since your function does not use this argument it would be great if you could set it to a default
add_filter( 'wp_generate_attachment_metadata', function( $metadata, $attachment_id, $context='' ) {
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Fatal Error – Too Few Arguments’ is closed to new replies.