• Resolved marty84

    (@marty84)


    HI,

    I need to delete “Exit mobile version”. I need to remove the code, not just hide it with (display:none) since it contains a nofollow that blocks me from indexing all articles.

    Please I need to disable it or remove it from the code. I warn you that it doesn’t work by deactivating “Redirect mobile visitors to AMP” from the “Other” plugin

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Milind More

    (@milindmore22)

    Hello @marty84

    Thank you for contacting us, You can use the below code snippet in your custom plugin or in active child themes functions.php

    add_filter( 'amp_mobile_version_switcher_link_text', '__return_empty_string' );

    It will remove the Exit Mobile version button from your site.

    We hope this helps!

    Plugin Support Milind More

    (@milindmore22)

    @marty84 As we didn’t receive a response I’ll mark this as resolved. Feel free to open a new support topic if you require any further assistance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Delete “Exit mobile version”’ is closed to new replies.