Too few arguments to filter widget_title
-
Hello there,
Your plugin apply_filters widget_title with only param.
Line 54 file: mailchimp-for-wp/includes/forms/class-widget.php
$title = apply_filters( 'widget_title', $instance_settings['title'] );
This made Fatal error: Uncaught ArgumentCountError: Too few arguments to function…
If there are some plugins or themes add this filter with standard 3 params. Could you check & fix it please?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Too few arguments to filter widget_title’ is closed to new replies.