Hola,
First, excellent help here, thanks a lot for this! Love the plugin.
Now, I have tried:
To remove wp-json, you’ll need to add the following line in your theme’s functions.php
remove_action( ‘wp_head’, ‘rest_output_link_wp_head’, 10 );
– Didn’t work on my theme, I made another ‘Replace URL’ and added as old ‘wp-json/’ , new ‘site-json’ , that worked for me.
Hope this helps others.
Kind Regards,