• I noticed that this plugin changes the meta generator tag to “Performant Translations 1.0.8” and I thought this might be a little unfair to the mother project, ie WordPress, which should get the credit there. ??

    Other than that, works great!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Pascal Birchler

    (@swissspidy)

    This project does not change the WordPress meta generator tag. It adds a second meta tag in addition to the one added by WordPress.

    If you only see one, then you probably use some plugin/theme that removes the WordPress one.

    Thread Starter Takis Bouyouris

    (@nevma)

    Well, why would it do that? It is not the “generator” of the website, it’s just one small portion of it. Can we remove it?

    Plugin Author Pascal Birchler

    (@swissspidy)

    This is not only useful for support, but also important to be able to track adoption and performance through publicly queryable data sets such as HTTP Archive. If you don’t like it for whatever reason, you can use remove_action( 'wp_head', array( 'Performant_Translations', 'add_generator_tag' ) ); to remove the tag from your site.

    Thread Starter Takis Bouyouris

    (@nevma)

    Thanks!

    Came for this too

    How annoing is when developers adds trash nonsense to our sites

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Meta generator tag changed’ is closed to new replies.