You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 2, 2021. It is now read-only.
After the merge of Free and Pro are completed displaying an upgrade notice doesn't make any sense no more.
I am talking about this message:
In MultilingualPress Pro, you can edit the translation right here, copy the featured image, set tags and categories, and you can change the translation relationship.
Here you check if the plugin name is MultilingualPress Pro and show the notice otherwise.
After the merge of Free and Pro are completed displaying an upgrade notice doesn't make any sense no more.
I am talking about this message:
Here you check if the plugin name is
MultilingualPress Proand show the notice otherwise.https://github.com/inpsyde/multilingual-press/blob/master/inc/post-translator/Mlp_Translation_Metabox.php#L309-L313
In the Pro version the callbacks are removed so the notice doesn't show.
https://github.com/inpsyde/multilingual-press/blob/master/inc/advanced-translator/Mlp_Advanced_Translator.php#L88
The problem is that one might disable the Advanced Translator in which case the notice shows.