Skip to content
Public Ticket #24615

API REST

Conversation thread

reanusbig replied

Customer Reply

Thanks!

PenciDesign Supporter replied

Staff Reply

Hi,

You can remove the API Rest of WordPress without any risk. Soledad theme doesn't using any function of this feature.

Regards,
PenciDesign.


reanusbig started the conversation

Conversation Start

Hi,
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?

Want to join this conversation or access attachments? Sign in first.