Home Forums WoodMart support forum Remove Meta tags

Remove Meta tags

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #191058

    TUMBEE
    Participant

    Hello. I want to remove meta tags.
    <meta name=”generator” content=”WordPress 5.4″ />
    <meta name=”generator” content=”WooCommerce 4.0.1″ />
    <meta name=”generator” content=”Powered by Slider Revolution 6.2.2 – responsive, Mobile-Friendly Slider Plugin for WordPress with comfortable drag and drop interface.” />

    How do I do that please?

    #191230

    Hello,

    Please add this line remove_action( 'wp_head', 'wp_generator' ); to the functions.php of the child theme.

    Best Regards

Viewing 2 posts - 1 through 2 (of 2 total)