Archived topic
Shortlink button disappeared with update
3 replies · Started by Bey on September 6, 2018
Howdy -
Was the shortlink removed from the newest build (or am I crazy heh)? I had to add this to functions.php to get it back
add_filter( 'get_shortlink', function( $shortlink ) {return $shortlink;} );
Hi there,
GeneratePress itself doesn't reference the shortlink at all.
Perhaps this will help?: https://www.wpbeginner.com/wp-tutorials/how-to-restore-the-get-shortlink-button-in-wordpress/
Hiya -
Yeah, that's what I did... see my original post ;)
Back to the drawing board. I thought perhaps it was the GP Premium update that did it. The shortlink disappeared from the builder right after I updated and the only sites affected are the ones using GP.
Anyway, thanks. I'll keep picking at it.
B
No problem - hope you're able to track it down!