• Resolved zir4k

    (@zir4k)


    hi friends ;
    i trying to remove generator tags in source with remove_action(‘wp_head’, ‘wp_generator’); and use plugin for this but not worked ??
    please give me some way to remove thes.

    View post on imgur.com

Viewing 1 replies (of 1 total)
  • Moderator cubecolour

    (@numeeja)

    It looks like the line you added has removed the WordPress generator tag, but the WPML generator tag remains.

    Try adding the following code to remove this

    global $sitepress;
    remove_action( 'wp_head', array( $sitepress, 'meta_generator_tag' ) );
Viewing 1 replies (of 1 total)
  • The topic ‘remove generators tags in astra theme’ is closed to new replies.