Yeah I had seen that but When I do a search through all my files including Jetpack for….
function wp_get_shortlink($id = 0, $context = ‘post’, $allow_slugs = true) {
// Allow plugins to short-circuit this function.
$shortlink = apply_filters(‘pre_get_shortlink’, false, $id, $context, $allow_slugs);
if ( false !== $shortlink )
return $shortlink;
it just doesn’t show up anywhere on my files. So I’m a bit lost on how to do it. Do you know where that is supposed to be found?