All Menu Text get’s replaced with “Vipps!” on my account Vipps subpage
-
There seems to be some bug in the plugin that overrides all menu link text in widgets and menus. This only happens on the min-konto/vipps/ sub account page. Error happens after you try connecting the account with Vipps.
Commenting out line 433 in VippsWooLogin.class.php fixes the issue:
public function account_vipps_content() { //add_filter('the_title', function ($title) { return __('Vipps!', 'login-with-vipps'); }); ...
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘All Menu Text get’s replaced with “Vipps!” on my account Vipps subpage’ is closed to new replies.