Remove Yoast SEO

We're shifting our Forum based support to a more dedicated support system!

We'll be closing our Forum support from 10th June, 2020 and move to Email Support assistance.

  • If you are a WCFM premium add-ons user, contact us- here
  • Want to know more before buying our add-ons? Send Pre sale queries- here
  • If you are a WCFM free user, please open a support ticket at WordPress.org
  • For WCFM App related queries, reach us- here
From now the forum will be read-only!

Viewing 2 reply threads
  • Author
    Posts
    • #14196
      sdfontanini
      Participant

      How do you remove Yoast SEO from the product add product page?

    • #14200
      WCFM Forum
      Keymaster

      Hi,

      There is no such settings option to disable this.

      but you can hide that very easily using this small code piece, just add this under your child theme’s functions.php

      add_filter( ‘wcfm_is_allow_seo’, function( $is_allow ) {
      return false;
      });

      Thank you

    • #14249
      Shhiv Narayan
      Keymaster

      Just to mention, if you want to do this only for vendors then use this also to detect whether logged in user is vendor or not –

      wcfm_is_vendor() – returns Boolean

Viewing 2 reply threads
  • The topic ‘Remove Yoast SEO’ is closed to new replies.