• Resolved vivek8090

    (@vivek8090)


    Hello,

    I am facing an issue in removing meta version related element from DOM which is applied by redirection plugin.
    <meta name=”redi-version” content=”1.2.6″>
    I tried different approaches by calling remove_action function in functions.php file.
    This approach worked for other plugins but it is not working for redirection plugin because we do not know the name of function responsible for it.
    Can you please help me in resolving this issue

    • This topic was modified 9 months, 1 week ago by vivek8090.
Viewing 1 replies (of 1 total)
  • Plugin Support MixHa

    (@mixha)

    Hello @vivek8090 ,

    Please use this version of the plugin and add the following line to his theme’s functions.php file:

    add_filter(“redi_enable_meta_version”, ‘__return_false’);

    This should successfully disable the meta version tag.

    Kind regards

Viewing 1 replies (of 1 total)

The topic ‘Remove Meta version’ is closed to new replies.