I see in filters.php “add_action( ‘wp_head’, ‘rest_output_link_wp_head’, 10, 0 )” Which makes me think this should do the trick to remove rel="https://api.w.org/"
.
remove_action( 'wp_head', 'rest_output_link_wp_head' );
The rest… * cough * seem to be in default-filters.php
remove_action( 'wp_head', 'wp_oembed_add_discovery_links' );
To remove the rest_output_link_header
remove_action( 'template_redirect', 'rest_output_link_header', 11 );
Reference
Related Posts:
- Show different theme for admin?
- “Unexpected error” on update requests
- Custom Taxonomy-specific JavaScript
- Removing Shortcodes from Child Theme
- A minimalistic admin theme for a WP 3 install
- The style.css stylesheet doesn’t contain a valid theme header
- Load a theme based on browser detection
- How to avoid loading style.css twice in child-theme?
- Change Default Image HTML
- why does bones theme call the_excerpt function with parameters?
- How can I develop a new theme in WordPress without disrupting the current site
- Move custom code out of theme’s functions.php file
- WordPress Backup
- WordPress theme with multiple color schemes
- How to trigger function on theme delete?
- Theme information in style.css being corrupted
- Toolbar/topbar missing on homepage only?
- Two Navigation Menus – secondary nav is including main nav
- Overwriting templates in child theme and performance
- Themes—Child Themes
- Protect changes made to the theme when updating
- Display a specific dynamic sidebar widgets on a specific page
- how to add custom fields in page
- My scripts-bundle.js file is getting sent to the browser as a stylesheet css file. Help!
- What is the major difference between child theme and normal theme
- variables in translatable text
- Understanding Theme specific Code
- Style the archives/category sidebar widget via theme
- I get the following message The uploaded file could not be moved to /home/reascom/public_html/wp-content/uploads/2012/07 [closed]
- Custom CSS doesn’t work in edit mode
- Remove transparancy in Sydney theme’s headerimage
- Browser back button does not work on firefox and safari [closed]
- Twenty fifteen theme – change responsive menu condition
- Getting 503 on various files
- Port existing Bootstrap site to WordPress?
- stylesheet is not readable error after installation
- GPL and intellectual or exclusive ownership
- Updating / Transferring site
- WordPress root directory change + Theme directory change
- How do I understand which page of my theme is being loaded?
- What Generated Classes and IDs That Is Always Used On All Themes?
- Adding Sidebars in WordPress Theme
- Error 404 for JQuery import “jquery-1.10.2.min.map”
- Creating a child-theme: CSS not loading
- simplified explanation on child themes?
- Calling external Libraries in WordPress
- Using the same database on another Subdomain
- How to override / customize existing Widgets?
- How to add more default colors?
- On a Https site, Css and Js Url are back to http after redirect the site
- Access to font not allowed by CORS Policy
- Theme folder doesnt exist
- WordPress activate theme error $pagenow
- Increase content area width in TwentyFourteen [closed]
- Undefined variable error in theme option after updating theme [closed]
- Trim Post Content on Home Page
- Does Jetpack store comments in local database also? [closed]
- Comments not displaying after changing theme
- Theme Translation?
- Two column layout in WordPress?
- List of categories instead of dropdown menu selector in admin options
- WordPress doesn’t recognise created theme
- Twenty Eleven NOT valid
- Query for all themes?
- How can I show some standard html code across any theme I install?
- Losing theme customization when switching from a theme to a child
- First click to blog title does not open the blog article
- Problem of not changing the front and bottom of the Woodmart template by activating the really simple ssl pro plugin in WordPress
- Please help me clear my confusions about WordPress
- What is the correct way to set up a staging server and use github for version control?
- Unable to set social icons using Advance Portfolio Theme
- How can I theme or style the lost password page without a plugin?
- Custom homepage with recent blog posts
- Dynamic image for Jumbotron on WordPress Custom Theme
- How to implement theme option to change bootstrap 4 container from .container to .container-fluid
- how make wp include urls as https?
- how to costume title single page
- use a Thumbnail size in post
- Why does WordPress Editor Only Use Half the Box?
- 500 Internal Errors
- Installing Theme from uploaded file. Not uploaded theme?
- Where can I find a theme that has a big banner
- Strange Theme Error – parent style occasionally showing though child theme
- WordPress theme not updating in Other browsers
- WP-CLI wp theme install url PCLZIP_ERR_BAD_FORMAT (-10) : Unable to find End of Central Dir Record signature
- Site broken after deleting inactive themes [closed]
- Can i add wordpress editor to my custom theme option? [closed]
- Firebug and Chrome rendering two body tags
- Does WordPress provide themes_api function?
- Where do URI files come from?
- How to show tags in posts with a theme that does not do it
- Converting HTML5 to XHTML
- Best way to include pagination in a theme [closed]
- What happens to bespoke page template references on theme change?
- Stylesheet not being loaded? [closed]
- How to remove header “ish” label [closed]
- How to change the standard width of a page
- Where can I decide the number of posts to display on the blog index page?
- Fatal error Class-wp-hook, again, but not sure what’s triggering it
- How to remove pop up on website (css changes not visible)?