• Resolved lordxtina

    (@lordxtina)


    Hi,

    Great plugin. Just wondering how to remove the meta tags created by AIOVG plugin through settings OR by adding some functions? Our Yoast SEO plugin already creates that, so there’s a double up.

    Cheers,
    Lord

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor wpvideogallery

    (@wpvideogallery)

    Aah. Sorry, our next version will not add meta tags if Yoast already adds them.

    As an immediate solution,
    1. Open /wp-content/plugins/all-in-one-video-gallery/includes/init.php
    2. Find the line (#210),
    $this->loader->add_action( 'wp_head', $public, 'og_metatags' );
    3. Comment the line as below,
    //$this->loader->add_action( 'wp_head', $public, 'og_metatags' );
    4. Save the changes and try now.

    Hope, this solved your issue!

    Thread Starter lordxtina

    (@lordxtina)

    Thank you! I saw that, but was wondering if there was another way to do it.

    Regards,
    Lord

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Removing meta tags’ is closed to new replies.