Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • I’m trying to detele “noopener noreferrer” from links in the shortcodes, but it’s not possible. I know that WP forces the attribute, but I have another plugin to remove “noreferrer” from all my normal content, but the Shortcoder plugin insists that I cannot remove it. What do I do?

    Hi Claus,

    I tested this and added a link to shortcode content and “noopener noreferrer” was not added to it.

    Shortcoder does not manipulate the shortcode content.

    – Do you have any other plugin installed which does this ?

    Can you please give more details, screenshots ?

    Thanks,
    Aakash

    Hi Aakash.

    Please view my screen capture here: https://www.loom.com/share/a1f56b572d8a42c587e31fd1c16441e9

    Still can’t delete it.

    This problem is still not solved. Have you watched my video?

    The plugin won’t let me change the code.

    Hi Claus,

    Sorry for the late reply. I did see the video when reported.
    This issue was lost among other topics.

    Shortcoder does not append “noopener noreferrer” attribute to the links.
    As said, shortcoder does not manipulate the shortcode content.

    Some other plugin is capturing the content and injecting this.

    I’m not sure what plugin is doing this.
    Can you please share your plugin list ?
    (or) Can you please share a temporary administrator access to your site ? Please share the admin username and password and login URL to my contact form. https://www.aakashweb.com/contact/

    Thanks,
    Aakash

    Hi Claus,

    I’ve found the issue.

    This is an inherent behaivor in WordPress. If there is any link with target="_blank" the WordPress appends noreferrer.

    To ignore this, can you please add the below line to Shortcoder\admin\edit.php at line 20 ?

    add_action( 'init', 'wp_remove_targeted_link_rel_filters', 99 );

    Looks like I don’t have permission for “plugin editor” otherwise I might have added myself.

    Thanks,
    Aakash

    I works.

    Thanks 🙂

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.

Subscribe for updates

Get updates on the WordPress plugins, tips and tricks to enhance your WordPress experience. No spam. View newsletter