Forums
Home / Plugin: Recently Viewed Products / RVP works fine with WordPress 6.0 but needs i18n
(@seds94)
2 years, 5 months ago
Just to say that it seems to work fine.
But please could you replace _e(‘<h2>’. $this->rvp_label .'</h2>’) by _e(‘<h2>’. __( $this->rvp_label ) .'</h2>’) from rvpclass_view_list.php?