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
- Passing a parameter to filter and action functions
- Get a list of all registered actions
- How can I use WordPress functions in my stylesheet?
- How to disable Gutenberg editor?
- Cropping, Re-sizing and Saving images from one folder to another folder in wordpress
- WordPress apply_filters() Arguments Missing
- How to prepend to the_title for admin-side plugin’s use
- plugin_action_links_{$plugin_file} hook not in the main plugin file
- Add Fields with Sub-Fields to WP Job Manager
- How to edit/delete single row items in a table on my own menu page
- Displaying Gravity Form data on WordPress page [closed]
- Missing argument 3 for wp_register_sidebar_widget()
- How to Include a Loop Template File in a Plugin
- WordPress Plugin Page is Loading in Admin Content Container Instead of Separate Page
- Shortcode button dosent work for all posts. Work for first post only
- Is Wrapping intval() Around esc_attr() Redundant for Escaping Input?
- Display data on Word Press site posts and pages from mysql table
- How make a php script run only with wp-cron
- Redirection of users away from wp-admin (but not administrators)
- Most efficient way to use classes to create admin pages using Settings API
- CMB2 toolkit: Compare 2 Dates and validate the Time
- PHP Warning: call_user_func_array() expects parameter 1 to be a valid callback Error without any function name
- Adapt PHP form action for WordPress?
- Plugin developer automated documentation
- Individual testimonial taxonomy not displaying (white screen)
- Using TinyMCE in plugin?
- Proper way to replace the_content only for pages created by custom plugin
- Use wordpress plugin in codeigniter
- Add sub menu page in your plugin
- Only allowing some emails to create an account [closed]
- Basic function call on init failing
- Get ‘Headers already sent’ error for the plugin I am creating when I try to login
- Return multiple values in a shortcode attribute
- get specific value of a array | PHP
- Creating a functionality plugin to edit seriously simple podcasting
- Programatically upload a file to be stored inside blob field in database, NOT on filesystem
- Make plugin php file called directly aware of WordPress?
- Next Previous Post in wordpress with previous / next link with title?
- WordPress Post HTML after Posting
- How to append new form elements in “Add New” form of Users in WordPress admin panel?
- Settings options not showing up on Sub Menu page in WordPress plugin
- Filtered content appears in the excerpt
- Cannot Access Console
- Plugin error after installation
- woocommerce remove coupon link does not work
- Replace old theme that understand old css (vcex_icon_box css_animation)
- How to insert datas in the table on wordpress?
- ACF checkbox return format based on page
- How to get database connection details without longing to cpanel in WordPress?
- The Build menu theme is frozen with the wordpress theme
- Does anyone know why my SEO and title become one?
- How to translate wordpress blog to other languages?
- How to translate to spanish wordpress hardcoded content/files?
- How to get a post views count using ‘WordPress popular posts’ plugin
- Get Shortcode output to database for static post_content
- strtotime not working
- Prefix WordPress Taxonomy Tags With Hashtag Symbol Like Twitter
- How To Toggle User_Meta in frontend in a form using PHP
- Change Woo Custom Endpoint Titles from a Plugin
- Change custom rewrite rule when permalink is updated/changed
- Optimized PHP & WordPress settings for speed/performance?
- Speeding up WordPress on a Local Network
- How can I store user preferences in WordPress and retreive them later?
- Any method to make specific widget for every post and page?
- How to add php plugin code in theme
- how change my menu on submenu
- Plugin debugging with errors in activation routine
- Embed Javascript code to registered users only
- Find all strings between an enclosing shortcode
- How to set up php,javascript and css to allow for our finished product to be displayed within a page?
- W3 Total Cache Can’t Really Detect Things
- How to add different CSS for galleries
- How do I add php to all links automatically?
- Vote It Up Plugin – Add ascending numbers to MostVotedAllTime Chart Function
- How to fix vanilla comments extra iframe space
- Meta Box plugin image_advanced not showing up on frontend
- Creating Features List in WordPress Post
- PHP Creating a formula from mysql db values and db stored math operator
- Unable to pass arguments from plugin form to filter hook using ajax, the data is transferring via ajax but unable to pass as arguments in filter hooks
- How often should I execute add_filter and function declaration in Code Snippets?
- How to change all the urls of the WordPress site?
- How do I remove the filter from the orders and add custom status in Dokan?
- How to make a Template page to show the information of different things Shop and Product page?
- I want to allow certain file types on dokan upload files
- How to create different woocommerce single_product.php pages for each product? [closed]