• Hi,

    I try to add Meta Tags via Meta Tag Manager and got the error message:
    Fatal error: Call to undefined function wp_unslash() in /www/wp-content/plugins/meta-tag-manager/mtm-tag-admin.php on line 23
    Could anybody tell me how to fix this problem?

    Thank you

Viewing 1 replies (of 1 total)
  • Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    hi, I think it’s probably because you have an outdated version of WordPress, that function was brought into WP in v3.6 (meaning your site is VERY outdated if that’s the case!).

    I notice our minimum version is lower than that, I’ll update that in the readme. The only solution I can offer you if upgrading isn’t an option is to replace mention of wp_unslash with stripslashes_deep

Viewing 1 replies (of 1 total)

The topic ‘Fatal error: Call to undefined function wp_unslash()’ is closed to new replies.