This is the error:
Warning: call_user_func_array() expects parameter 1 to be a valid callback, class 'Mollie\WooCommerce\Activation\ActivationModule' does not have a method 'mollieDeleteWPTranslationFiles' in /var/www/vhosts/domain.com/wp-includes/class-wp-hook.php on line 307 (this is in the apply_filters function)
Issue:
I think this is the bug:
|
add_action('core_upgrade_preamble', [$this, 'mollieDeleteWPTranslationFiles']); |
It adds an action hook using method mollieDeleteWPTranslationFiles on $this, which is not defined in this class.
Plugin:
Mollie Payments for WooCommerce
Version:
7.0.3
This is the error:
Warning:
call_user_func_array()expects parameter 1 to be a valid callback, class'Mollie\WooCommerce\Activation\ActivationModule'does not have a method'mollieDeleteWPTranslationFiles'in /var/www/vhosts/domain.com/wp-includes/class-wp-hook.php on line 307 (this is in theapply_filtersfunction)Issue:
I think this is the bug:
WooCommerce/src/Activation/ActivationModule.php
Line 89 in f7c0c97
It adds an action hook using method
mollieDeleteWPTranslationFileson$this, which is not defined in this class.Plugin:
Mollie Payments for WooCommerce
Version:
7.0.3