• Resolved Milind99k

    (@milind99k)


    I am using yoast plugin and want to remove description meta tag only by coding method..which code part should I comment? please help it is urgent for me….thanks

Viewing 1 replies (of 1 total)
  • You can use the wpseo_metadesc filter to disable the meta description tag. You’ll need to add the code below to the functions.php file of your theme.

    add_filter( ‘wpseo_metadesc’, ‘__return_false’ );

    If you are unsure how to implement the filter, we highly recommend checking out Code Poet for available freelance WordPress developers

Viewing 1 replies (of 1 total)
  • The topic ‘How to remove description meta tag using coding in Yoast plugin?’ is closed to new replies.