%s Plugin: Please update your WP All Import WooCommerce add-on to the latest version', 'wp_all_import_plugin'),
PMWI_Plugin::getInstance()->getName()
) ?>
%s Plugin: Please update your WP All Import ACF add-on to the latest version', 'wp_all_import_plugin'),
PMAI_Plugin::getInstance()->getName()
) ?>
%s Plugin: Please update your WP All Import Linkcloak add-on to the latest version', 'wp_all_import_plugin'),
PMLCA_Plugin::getInstance()->getName()
) ?>
%s Plugin: Please update your WP All Import User add-on to the latest version', 'wp_all_import_plugin'),
PMUI_Plugin::getInstance()->getName()
) ?>
%s Plugin: Please update your WP All Import WPML add-on to the latest version', 'wp_all_import_plugin'),
PMLI_Plugin::getInstance()->getName()
) ?>
get('pmxi_nt', array());
if ($messages) {
is_array($messages) or $messages = array($messages);
foreach ($messages as $type => $m) {
in_array((string)$type, array('updated', 'error')) or $type = 'updated';
?>
get('warnings', array());
if ($warnings) {
is_array($warnings) or $warnings = explode(',', $warnings);
foreach ($warnings as $code) {
switch ($code) {
case 1:
$m = __('Warning: your title is blank.', 'wp_all_import_plugin');
break;
case 2:
$m = __('Warning: your content is blank.', 'wp_all_import_plugin');
break;
case 3:
$m = __('Warning: You must upgrade to the Pro edition of WP All Import to import images. The settings you configured in the images section will be ignored.', 'wp_all_import_plugin');
break;
case 4:
$m = __('Warning: You must upgrade to the Pro edition of WP All Import to import data to Custom Fields. The settings you configured in the Custom Fields section will be ignored.', 'wp_all_import_plugin');
break;
default:
$m = false;
break;
}
if ($m):
?>