WPIntell

Source evidence

Remove Meta version

Redirection · support · 2025-07-22T10:52:00+00:00

neutralsentiment
mediumseverity
0.48relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

5 / 25 rows with source links

20.0% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

20 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
vivek8090 resolved
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 10 months, 1 week ago by vivek8090 . 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

Comments

1 shown
MixHa 2025-07-25T07:24:00+00:00

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