add_filter( 'show_limit_location_link', '__return_false' );
Add this code to your child theme’s functions.php
In case you do not have child theme then add code using this plugin – https://wordpress.org/ plugins/code-snippets/
add_filter( 'show_limit_location_link', '__return_false' );
Add this code to your child theme’s functions.php