As you can see by the end of the get_language_attributes
function there is a call to apply_filters
. This allows themes and plugins to change the language attributes. In your case the two xmlns
tags are added, one for facebook and one for addthis.
You will have to check your plugins which ones are doing this. Most likely, you have one that adds a facebook like button and add this sharing buttons. Find a more up to date plugin that uses the prefix
attribute instead.
Or you could just leave it this way. xmlns
is deprecated for this type of use, but it’s not harmful.
Related Posts:
- How to list the Hooks and order of execution in current loading page? [duplicate]
- Creating search filter through plugin
- Reposition Woocommerce Message
- add_query_arg not working
- How to get the element ID from new menu list that added with add_filter()?
- Redirect to another page using contact form 7? [closed]
- Check if variable is set in filter
- Change text string in a plugin
- WordPress: Add custom add_filter for custom functions
- Override a Plugin Function
- Use a hook or filter, or overwrite this Gamipress function?
- How to convert Currency from USD to other IP Based currency in Php function
- Redirect to a page while maintaining search query parameters without causing an infinite loop
- 500 Internal server error wp_handle_upload_prefilter
- Show custom taxonomy in theme
- is_singular() in mu-plugins not working
- wp_head filter not executed inside custom class
- How to customize WP_Error (REST JWT authentication plugin) [closed]
- How to get member list based on role by using buddypress?
- I don’t understand how this parameter works..?
- Why wp_mail() function isn’t sending any emails and displaying ‘0’ in Chrome ‘Network’ response
- How to initialize something in unit test before the init hook being called?
- Missing argument 3 for wp_register_sidebar_widget()
- Make id column as AUTO INCREMENT on plugin activation
- Randomize attachment IDs
- How to Include a Loop Template File in a Plugin
- Write to / remove from default .htaccess file from plugin?
- Update Option Error: Notice: Undefined index
- How to modify shortcode attributes with data from current post
- How can I display a contact form for out of stock products in WooCommerce?
- Pass a php string to a javascript variable
- get shortcode value
- How to get number of Affected rows from wordpress dbDelta() function
- add_filter comment_edit_redirect not working
- Show price with Geo IP location
- WordPress Ajax Callback
- Add category to body class
- The called constructor method for WP_Widget in GFWidget is deprecated since version 4.3.0! Use
- Plugin Development sqlite or WordPress’ database
- How to review WordPress website php version compatibility?
- printf – problem to understand code
- Pass info from functions.php to plugin
- Custom Post Type Plugin not loading category template and loading 404 instead
- WordPress Social Login > Post to a users Facebook wall
- Sending email from inside a plugin using PHP PEAR
- Auto delete WordPress users according to time
- How to cancel WordPress’ action/filter when using OOP with anonymous callback
- Is there a filter for get_post_custom()?
- WordPress Plugin Page is Loading in Admin Content Container Instead of Separate Page
- How to trigger $_GET request within admin plugin page?
- Wp favorite posts get user favorites in profile using buddypress [closed]
- Can I hook into get_avatar to supply a hash instead of an email?
- Storing Options in a Shortcode
- Why isn’t admin_notices displaying my text? [Simple Plugin, Beginner]
- How to generate video out of images via WordPress plugin
- How can I get WordPress to save comments in markdown format?
- problems with wordpress and php version 5.3.3-1
- WooCommerce get_price returning wrong price when used via ajax
- How to ‘clone’ a wp plugin to make small changes
- Change permalink structure hidden button edit
- Open Post Thumbnail in New Child Theme File in WordPress
- add mediaelement.js plugins into WordPress video player control bar
- Shortcode button dosent work for all posts. Work for first post only
- Where should I save an API key of my user when installing my plugin?
- Prevent a plugin from being automatically activated
- Is Wrapping intval() Around esc_attr() Redundant for Escaping Input?
- Programatically download a plugin
- Accessing post’s meta data based on user’s click of a post
- Error shown for Trying to get property ‘roles’ of non-object in WordPress After Content for User Roles
- When to call add_filter
- Preferred way of cacheing a value in php
- Redirecting to home page after login as custom role WordPress
- WordPress Redirect Not Working – AJAX Callback Response Not Picked Up
- How to Use Parameters with a Do_Action Function Within PHP Tags
- Add keywords meta to index.php page
- Custom form action to handle data inside a plugin
- How to remove html code in excel downloads using phpspreadsheet with wordpress plugins shortcode
- How do action and filter hooks understand where to look for the core function that we hooked our function to them
- Add Product Subtitle to Woocommerce Product Page
- Self deactivate plugins after an action occurs
- wp_redirect() not working in Insert PHP plugin in WordPress
- Download any file after submitting a form [closed]
- Pulling data from custom plugin settings using PHP shortcode and Javascript
- woocommerce 3.2.1 not sending order notification emails
- WordPress takes too much time (100 seconds) to load – Front end and back end
- WordPress on AWS with ELB
- Saving changes in wp_editor
- Executing my function once on a specific time
- Set Post Format if find a string in title or post content
- Display data on Word Press site posts and pages from mysql table
- Notepad sticky plugin
- Output array into one table cell
- WooCommerce Custom Product to checkout
- How to periodically scrape and cache strings from remote txt files. – My First Plugin
- How to append to title via functions.php for auto-posting plugin [duplicate]
- How to stop or remove an action being called inside a function of an extended class
- Automatically add attributes to woocommerce product?
- WP Post Template – Templates in own folder
- Apple push notification doesn’t work
- Avoid class name collision when using third party libraries in plugins?