Hi, I have some users that can’t seem to remember not to put apostrophes in the PrettyLink shortened-url slug, and PrettyLink itself does not strip them out. In my PHP Error log I’m seeing database errors like this, for shortened links where an admin manually created a shortlink like this: http://myurl.com/EasyDIYChildren’sBoookmarks
[13-Jul-2017 04:59:01 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'sBookmarks' LIMIT 1' at line 1 for query SELECT * FROM wp_nato_prli_links WHERE slug='EasyDIYChildren'sBookmarks' LIMIT 1 made by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('plugins_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, PrliAppController->redirect, PrliAppController->link_redirect_from_slug, PrliUtils->track_link
Can you fix it so that users aren’t allowed to put apostrophes (or anything but dashes/letters/numbers I guess) in the slug field?
Thanks!