Hi everyone!
I think it’s just a small bug. Here’s a quick fix.
1) go to > installed plagins > Shortcoder > edit.
2) under select “shortcoder/includes/import.php”
3) at around line 70 change this:
}else{
self:print_notice( __( ‘Failed to decode JSON in imported data.’, ‘shortcoder’ ) );
}
to this:
}else{
self::print_notice( __( ‘Failed to decode JSON in imported data.’, ‘shortcoder’ ) );
}
Thanks for this awesome plugin!
It well be great if the fix well be applied in a soon update.