Comments reanusbig started the conversationMay 10, 2023 at 4:05pmHi,I use child theme and for GDPR reasons I want to eliminate this code from the header: <link rel="https://api.w.org/" href="https://www.pozzuolireport.it/wp-json/"> Now I deleted in the child theme's function.php file using this code: // Remove Head API remove_action('wp_head', 'rest_output_link_wp_head'); remove_action('wp_head', 'wp_oembed_add_discovery_links');My question is:Can I remove Wordpress REST API or is it important for Soledad theme, demos and child themes? 2,610PenciDesign repliedMay 10, 2023 at 4:07pmHi,You can remove the API Rest of WordPress without any risk. Soledad theme doesn't using any function of this feature.Regards,PenciDesign.reanusbig repliedMay 19, 2023 at 3:28pmThanks! Sign in to reply ...
Hi,
I use child theme and for GDPR reasons I want to eliminate this code from the header:
Now I deleted in the child theme's function.php file using this code:
My question is:
Can I remove Wordpress REST API or is it important for Soledad theme, demos and child themes?
Hi,
You can remove the API Rest of WordPress without any risk. Soledad theme doesn't using any function of this feature.
Regards,
PenciDesign.
Thanks!